Skip to content

Commit 053a389

Browse files
rddunlapgregkh
authored andcommitted
headers: fix build error in arch/arm/plat-samsung/adc.c, add <linux/mod_devicetable.h>
arch/arm/plat-samsung/adc.c needs to #include <linux/mod_devicetable.h> explicitly since that header file was removed from <linux/platform_device.h> (it wasn't needed there). Reported-by: kbuild test robot <[email protected]> Signed-off-by: Randy Dunlap <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent ac31672 commit 053a389

File tree

1 file changed

+1
-0
lines changed
  • arch/arm/plat-samsung

1 file changed

+1
-0
lines changed

arch/arm/plat-samsung/adc.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
#include <linux/module.h>
1010
#include <linux/kernel.h>
11+
#include <linux/mod_devicetable.h>
1112
#include <linux/platform_device.h>
1213
#include <linux/sched.h>
1314
#include <linux/list.h>

0 commit comments

Comments
 (0)