Skip to content

Commit

Permalink
video: nuc900fb: remove include of mach/clkdev.h
Browse files Browse the repository at this point in the history
Since commit aa3831c
"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>
  • Loading branch information
Axel Lin authored and Florian Tobias Schandinat committed Sep 1, 2011
1 parent 3689367 commit f88a91c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/video/nuc900fb.c
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
#include <mach/regs-clock.h>
#include <mach/regs-ldm.h>
#include <mach/fb.h>
#include <mach/clkdev.h>

#include "nuc900fb.h"

Expand Down

0 comments on commit f88a91c

Please sign in to comment.