Skip to content

Commit 5bbd905

Browse files
committed
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: 97a6f77 ("drivers: most: add USB adapter driver") Cc: Christian Gromm <[email protected]> Reported-by: Michael Straube <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 54c4f6f commit 5bbd905

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/staging/most/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,3 @@ obj-$(CONFIG_MOST_SOUND) += sound/
66
obj-$(CONFIG_MOST_VIDEO) += video/
77
obj-$(CONFIG_MOST_DIM2) += dim2/
88
obj-$(CONFIG_MOST_I2C) += i2c/
9-
obj-$(CONFIG_MOST_USB) += usb/

0 commit comments

Comments
 (0)