i2c: don't use any __deprecated handling anymore
authorSedat Dilek <sedat.dilek@credativ.de>
Sun, 19 Aug 2018 13:51:35 +0000 (15:51 +0200)
committerWolfram Sang <wsa@the-dreams.de>
Fri, 24 Aug 2018 15:26:43 +0000 (17:26 +0200)
This can be dropped with commit 771c035372a036f83353eef46dbb829780330234
("deprecate the '__deprecated' attribute warnings entirely and for good")
now in upstream.

And we got rid of the last __deprecated use, too.

Signed-off-by: Sedat Dilek <sedat.dilek@credativ.de>
[wsa: shortened commit message to reflect the current situation]
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
drivers/i2c/Makefile

index 72c94c60fdd18b3dc6eb6c30b26c2b692003fa29..bed6ba63c98329cb73d6c7cbb45a72962245c793 100644 (file)
@@ -18,4 +18,3 @@ obj-$(CONFIG_I2C_STUB)                += i2c-stub.o
 obj-$(CONFIG_I2C_SLAVE_EEPROM) += i2c-slave-eeprom.o
 
 ccflags-$(CONFIG_I2C_DEBUG_CORE) := -DDEBUG
-CFLAGS_i2c-core-base.o := -Wno-deprecated-declarations