1
0
Fork 0

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 <bgolaszewski@baylibre.com>
Acked-by: Wolfram Sang <wsa@the-dreams.de>
alistair/sunxi64-5.4-dsi
Bartosz Golaszewski 2019-07-03 14:07:54 +02:00
parent 5f9e832c13
commit 10742fee98
1 changed files with 0 additions and 1 deletions

View File

@ -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>