diff options
author | Axel Lin <axel.lin@gmail.com> | 2011-08-31 20:13:38 -0400 |
---|---|---|
committer | Florian Tobias Schandinat <FlorianSchandinat@gmx.de> | 2011-08-31 20:28:24 -0400 |
commit | f88a91ccc8c341e6058c017823e2db266f374024 (patch) | |
tree | d8d3c47b32cda9ddfc35a684939d9e2237e117f6 /drivers/video | |
parent | 368936741cb3ccfd9f71efba6022a4afd56e2a4e (diff) |
video: nuc900fb: remove include of mach/clkdev.h
Since commit aa3831cf9d29cfeaebd8c2169378b74111364487
"ARM: Consolidate the clkdev header files",
the header file arch/arm/mach-nuc93x/include/mach/clkdev.h is removed.
This patch fixes below build error:
drivers/video/nuc900fb.c:42:25: error: mach/clkdev.h: No such file or directory
make[2]: *** [drivers/video/nuc900fb.o] Error 1
make[1]: *** [drivers/video] Error 2
make: *** [drivers] Error 2
Signed-off-by: Axel Lin <axel.lin@gmail.com>
Signed-off-by: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
Diffstat (limited to 'drivers/video')
-rw-r--r-- | drivers/video/nuc900fb.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/video/nuc900fb.c b/drivers/video/nuc900fb.c index 0fff59782e45..37dd8507e12b 100644 --- a/drivers/video/nuc900fb.c +++ b/drivers/video/nuc900fb.c | |||
@@ -39,7 +39,6 @@ | |||
39 | #include <mach/regs-clock.h> | 39 | #include <mach/regs-clock.h> |
40 | #include <mach/regs-ldm.h> | 40 | #include <mach/regs-ldm.h> |
41 | #include <mach/fb.h> | 41 | #include <mach/fb.h> |
42 | #include <mach/clkdev.h> | ||
43 | 42 | ||
44 | #include "nuc900fb.h" | 43 | #include "nuc900fb.h" |
45 | 44 | ||