From 00efcdce67a365ec1881a6fbf17f769d690244e9 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 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 [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 72c94c60fdd1..bed6ba63c983 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 -- GitLab