aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/512x
diff options
context:
space:
mode:
authorPaul Gortmaker <paul.gortmaker@windriver.com>2011-05-27 13:23:32 -0400
committerPaul Gortmaker <paul.gortmaker@windriver.com>2011-10-31 19:30:38 -0400
commit7dfe293cf66258c5ef5d010f75d1f843b38e5e4a (patch)
tree9628d1e7ded2724134c22b4fb9a9d65939842795 /arch/powerpc/platforms/512x
parent930879488495e19178f8c63297fd4b9b4df9e9fc (diff)
powerpc: Fix up modules that should be including module.h
So that we can clean up the header files and not be relying on implicit includes from device.h ---> module.h Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Diffstat (limited to 'arch/powerpc/platforms/512x')
-rw-r--r--arch/powerpc/platforms/512x/clock.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/512x/clock.c b/arch/powerpc/platforms/512x/clock.c
index 3dc2a8d262b8..1d8700ff60b0 100644
--- a/arch/powerpc/platforms/512x/clock.c
+++ b/arch/powerpc/platforms/512x/clock.c
@@ -18,6 +18,7 @@
18#include <linux/list.h> 18#include <linux/list.h>
19#include <linux/errno.h> 19#include <linux/errno.h>
20#include <linux/err.h> 20#include <linux/err.h>
21#include <linux/module.h>
21#include <linux/string.h> 22#include <linux/string.h>
22#include <linux/clk.h> 23#include <linux/clk.h>
23#include <linux/mutex.h> 24#include <linux/mutex.h>