headers: fix build error in arch/arm/plat-samsung/adc.c, add <linux/mod_devicetable.h>
authorRandy Dunlap <[email protected]>
Sat, 7 Jul 2018 21:03:29 +0000 (14:03 -0700)
committerGreg Kroah-Hartman <[email protected]>
Sun, 8 Jul 2018 13:19:04 +0000 (15:19 +0200)
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]>
arch/arm/plat-samsung/adc.c

index 2da35735fa388fae33a5ed705ef5f5b1a9fdcaa8..ee3d5c989a76f79047caee8dad50c3abcea5f437 100644 (file)
@@ -8,6 +8,7 @@
 
 #include <linux/module.h>
 #include <linux/kernel.h>
+#include <linux/mod_devicetable.h>
 #include <linux/platform_device.h>
 #include <linux/sched.h>
 #include <linux/list.h>