mirror of
https://github.com/torvalds/linux.git
synced 2024-11-15 08:31:55 +00:00
staging: most: fix up movement of USB driver
When moving the most usb driver out of staging, we forgot to remove the
subdirectory out of the staging Makefile as well.
Fixes: 97a6f772f3
("drivers: most: add USB adapter driver")
Cc: Christian Gromm <christian.gromm@microchip.com>
Reported-by: Michael Straube <straube.linux@gmail.com>
Link: https://lore.kernel.org/r/20200802092139.GA140088@kroah.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
54c4f6f8de
commit
5bbd90550d
@ -6,4 +6,3 @@ obj-$(CONFIG_MOST_SOUND) += sound/
|
||||
obj-$(CONFIG_MOST_VIDEO) += video/
|
||||
obj-$(CONFIG_MOST_DIM2) += dim2/
|
||||
obj-$(CONFIG_MOST_I2C) += i2c/
|
||||
obj-$(CONFIG_MOST_USB) += usb/
|
||||
|
Loading…
Reference in New Issue
Block a user