Skip to content

Commit

Permalink
[ARM] remove unused #include <version.h>
Browse files Browse the repository at this point in the history
The driver(s) below do not use LINUX_VERSION_CODE nor KERNEL_VERSION.
  arch/arm/plat-mxc/clock.c

This patch removes the said #include <version.h>.

Signed-off-by: Huang Weiyi <weiyi.huang@gmail.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
  • Loading branch information
Huang Weiyi authored and Russell King committed Sep 4, 2008
1 parent c3df1a2 commit 8b540fd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/arm/plat-mxc/clock.c
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
#include <linux/proc_fs.h>
#include <linux/semaphore.h>
#include <linux/string.h>
#include <linux/version.h>

#include <mach/clock.h>

Expand Down

0 comments on commit 8b540fd

Please sign in to comment.