From: Russell King Date: Fri, 28 Nov 2008 16:13:44 +0000 (+0000) Subject: [ARM] iop13xx: avoid polluting the kernel's namespace X-Git-Tag: firefly_0821_release~16459^2~68 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=6ae8595e979d0e3450ad33a7fa7db4bf87876c79;p=firefly-linux-kernel-4.4.55.git [ARM] iop13xx: avoid polluting the kernel's namespace Avoid unnecessarily pollution of the kernel's namespace by avoiding mach/hardware.h in mach/timex.h. Signed-off-by: Russell King --- diff --git a/arch/arm/mach-iop13xx/include/mach/timex.h b/arch/arm/mach-iop13xx/include/mach/timex.h index 5b1f1c8a8270..45fb2745bb54 100644 --- a/arch/arm/mach-iop13xx/include/mach/timex.h +++ b/arch/arm/mach-iop13xx/include/mach/timex.h @@ -1,3 +1 @@ -#include - #define CLOCK_TICK_RATE (100 * HZ)