From 45ad397cd578529ac96fcaa633d21bb52231c874 Mon Sep 17 00:00:00 2001 From: Sedat Dilek Date: Sun, 19 Aug 2018 15:51:35 +0200 Subject: [PATCH] i2c: don't use any __deprecated handling anymore This can be dropped with commit 0567faabe47ce1eb59c63a99bb18297f3ae4fdf1 ("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 [wsa: shortened commit message to reflect the current situation] Signed-off-by: Wolfram Sang --- drivers/i2c/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/i2c/Makefile b/drivers/i2c/Makefile index 72c94c60fdd18..bed6ba63c9832 100644 --- a/drivers/i2c/Makefile +++ b/drivers/i2c/Makefile @@ -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 -- 2.39.5