diff mbox series

[v1] gpio: msic: Drop driver from Makefile

Message ID 20210203112922.48629-1-andriy.shevchenko@linux.intel.com
State New
Headers show
Series [v1] gpio: msic: Drop driver from Makefile | expand

Commit Message

Andy Shevchenko Feb. 3, 2021, 11:29 a.m. UTC
Driver is gone, no need to keep a Makefile entry for it. Remove.

Reported-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
---
 drivers/gpio/Makefile | 1 -
 1 file changed, 1 deletion(-)

Comments

Andy Shevchenko Feb. 3, 2021, 11:55 a.m. UTC | #1
On Wed, Feb 03, 2021 at 01:29:22PM +0200, Andy Shevchenko wrote:
> Driver is gone, no need to keep a Makefile entry for it. Remove.

To be precise, this is coupled with my two PRs, one for removal of bunch of the
drivers (there is an immutable tag, I can apply it there and send a new PR,
though) and one with Intel GPIO drivers, however it's included in the latter.

TL;DR: it's harmless not to apply this one and basically sent to Hans as he
reported this.
diff mbox series

Patch

diff --git a/drivers/gpio/Makefile b/drivers/gpio/Makefile
index a2106d667fb3..3ce50c1e339c 100644
--- a/drivers/gpio/Makefile
+++ b/drivers/gpio/Makefile
@@ -102,7 +102,6 @@  obj-$(CONFIG_GPIO_MOXTET)		+= gpio-moxtet.o
 obj-$(CONFIG_GPIO_MPC5200)		+= gpio-mpc5200.o
 obj-$(CONFIG_GPIO_MPC8XXX)		+= gpio-mpc8xxx.o
 obj-$(CONFIG_GPIO_MSC313)		+= gpio-msc313.o
-obj-$(CONFIG_GPIO_MSIC)			+= gpio-msic.o
 obj-$(CONFIG_GPIO_MT7621)		+= gpio-mt7621.o
 obj-$(CONFIG_GPIO_MVEBU)		+= gpio-mvebu.o
 obj-$(CONFIG_GPIO_MXC)			+= gpio-mxc.o