Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

i2c: don't use any __deprecated handling anymore

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>

authored by

Sedat Dilek and committed by
Wolfram Sang
00efcdce 6055af5e

-1
-1
drivers/i2c/Makefile
··· 18 18 obj-$(CONFIG_I2C_SLAVE_EEPROM) += i2c-slave-eeprom.o 19 19 20 20 ccflags-$(CONFIG_I2C_DEBUG_CORE) := -DDEBUG 21 - CFLAGS_i2c-core-base.o := -Wno-deprecated-declarations