Commit 4c3140fe authored by Al Viro's avatar Al Viro Committed by Alex Deucher

drm/amdgpu: get rid of bogus includes of fdtable.h

Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent a4500b82
...@@ -20,7 +20,6 @@ ...@@ -20,7 +20,6 @@
* OTHER DEALINGS IN THE SOFTWARE. * OTHER DEALINGS IN THE SOFTWARE.
*/ */
#include <linux/module.h> #include <linux/module.h>
#include <linux/fdtable.h>
#include <linux/uaccess.h> #include <linux/uaccess.h>
#include <linux/firmware.h> #include <linux/firmware.h>
#include "amdgpu.h" #include "amdgpu.h"
......
...@@ -22,7 +22,6 @@ ...@@ -22,7 +22,6 @@
* Authors: Andres Rodriguez <andresx7@gmail.com> * Authors: Andres Rodriguez <andresx7@gmail.com>
*/ */
#include <linux/fdtable.h>
#include <linux/file.h> #include <linux/file.h>
#include <linux/pid.h> #include <linux/pid.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment