From: Axel Lin <axel.lin@gmail.com>
Date: Thu, 1 Sep 2011 00:13:38 +0000 (+0800)
Subject: video: nuc900fb: remove include of mach/clkdev.h
X-Git-Tag: firefly_0821_release~3680^2~3286^2~169
X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=f88a91ccc8c341e6058c017823e2db266f374024;p=firefly-linux-kernel-4.4.55.git

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>
---

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 @@
 #include <mach/regs-clock.h>
 #include <mach/regs-ldm.h>
 #include <mach/fb.h>
-#include <mach/clkdev.h>
 
 #include "nuc900fb.h"