From: David Brownell Date: Mon, 28 Apr 2008 09:11:51 +0000 (-0700) Subject: rtc-pcf8583 build fix X-Git-Tag: firefly_0821_release~21499 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=77459b059b02c16b2c8cbc39b524941a576ad36e;p=firefly-linux-kernel-4.4.55.git rtc-pcf8583 build fix Fix bogus #include in rtc-pcf8583, so it compiles on platforms that don't support PC clone RTCs. (Original issue noted by Adrian Bunk.) Signed-off-by: David Brownell Cc: Adrian Bunk Acked-by: Alessandro Zummo Cc: Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/drivers/rtc/rtc-pcf8583.c b/drivers/rtc/rtc-pcf8583.c index 8b3997007506..3d09d8f0b1f0 100644 --- a/drivers/rtc/rtc-pcf8583.c +++ b/drivers/rtc/rtc-pcf8583.c @@ -15,7 +15,7 @@ #include #include #include -#include +#include #include #include #include