Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 10742fee authored by Bartosz Golaszewski's avatar Bartosz Golaszewski
Browse files

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: default avatarBartosz Golaszewski <bgolaszewski@baylibre.com>
Acked-by: default avatarWolfram Sang <wsa@the-dreams.de>
parent 5f9e832c
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -14,7 +14,6 @@
#include <linux/delay.h>
#include <linux/mutex.h>
#include <linux/mod_devicetable.h>
#include <linux/log2.h>
#include <linux/bitops.h>
#include <linux/jiffies.h>
#include <linux/property.h>