diff options
Diffstat (limited to 'usb/usb-gadget-functionfs-stale-makefile-entry-removed.patch')
| -rw-r--r-- | usb/usb-gadget-functionfs-stale-makefile-entry-removed.patch | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/usb/usb-gadget-functionfs-stale-makefile-entry-removed.patch b/usb/usb-gadget-functionfs-stale-makefile-entry-removed.patch new file mode 100644 index 00000000000000..e4db7eac165a22 --- /dev/null +++ b/usb/usb-gadget-functionfs-stale-makefile-entry-removed.patch @@ -0,0 +1,31 @@ +From m.nazarewicz@samsung.com Thu Jul 22 15:54:07 2010 +Date: Mon, 19 Jul 2010 11:47:04 +0200 +From: Michal Nazarewicz <m.nazarewicz@samsung.com> +Subject: USB: gadget: functionfs: stale Makefile entry removed +To: linux-usb@vger.kernel.org +Cc: Michal Nazarewicz <m.nazarewicz@samsung.com>, Greg KH <greg@kroah.com>, + "Robert P. J. Day" <rpjday@crashcourse.ca>, linux-kernel@vger.kernel.org +Message-id: <56bb448ef3f882f8fdc6a80613a841a729755cc9.1279532379.git.m.nazarewicz@samsung.com> + +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 <m.nazarewicz@samsung.com> +Reported-by: Robert P. J. Day <rpjday@crashcourse.ca> +Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> + +--- + drivers/usb/gadget/Makefile | 1 - + 1 file changed, 1 deletion(-) + +--- 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 |
