Commit 7755c471 authored by Paul Gortmaker's avatar Paul Gortmaker
Browse files

of_platform.h: delete needless include <linux/module.h>



There is nothing modular in this file, and no reason to drag
in all the 357 headers that module.h brings with it, since
it just slows down compiles.

Signed-off-by: default avatarPaul Gortmaker <paul.gortmaker@windriver.com>
parent feede37e
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -12,7 +12,6 @@
 */

#ifdef CONFIG_OF_DEVICE
#include <linux/module.h>
#include <linux/device.h>
#include <linux/mod_devicetable.h>
#include <linux/pm.h>