From: Michal Nazarewicz Date: Mon, 19 Jul 2010 09:47:04 +0000 (+0200) Subject: USB: gadget: functionfs: stale Makefile entry removed X-Git-Tag: upstream/snapshot3+hdmi~13509^2~57 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=92eb2a5e533f39e8afc831acbbfdabe91cd0c20a;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git USB: gadget: functionfs: stale Makefile entry removed Removed entry referencing g_eth_ffs.c file from Makefile. The file never existed and the line was a leftover from a developing process. Signed-off-by: Michal Nazarewicz Reported-by: Robert P. J. Day Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/usb/gadget/Makefile b/drivers/usb/gadget/Makefile index 397b892..27283df 100644 --- a/drivers/usb/gadget/Makefile +++ b/drivers/usb/gadget/Makefile @@ -53,7 +53,6 @@ obj-$(CONFIG_USB_AUDIO) += g_audio.o obj-$(CONFIG_USB_ETH) += g_ether.o obj-$(CONFIG_USB_GADGETFS) += gadgetfs.o obj-$(CONFIG_USB_FUNCTIONFS) += g_ffs.o -obj-$(CONFIG_USB_ETH_FUNCTIONFS) += g_eth_ffs.o obj-$(CONFIG_USB_FILE_STORAGE) += g_file_storage.o obj-$(CONFIG_USB_MASS_STORAGE) += g_mass_storage.o obj-$(CONFIG_USB_G_SERIAL) += g_serial.o