From: Bartosz Golaszewski Date: Wed, 3 Jul 2019 12:07:54 +0000 (+0200) Subject: eeprom: at24: remove unneeded include X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=10742fee98eb3b3e8453ef27a33dee314b15f7bd;p=linux.git eeprom: at24: remove unneeded include We used to have a call to ilog2() in AT24_DEVICE_MAGIC(). That's long gone so this header is no longer needed. Signed-off-by: Bartosz Golaszewski Acked-by: Wolfram Sang --- diff --git a/drivers/misc/eeprom/at24.c b/drivers/misc/eeprom/at24.c index 35bf2477693d3..fff5b340580c3 100644 --- a/drivers/misc/eeprom/at24.c +++ b/drivers/misc/eeprom/at24.c @@ -14,7 +14,6 @@ #include #include #include -#include #include #include #include