All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] USB:  Remove Makefile reference to obsolete OHCI_AT91.
@ 2007-07-06 10:24 Robert P. J. Day
  2007-07-06 15:49 ` Randy Dunlap
  0 siblings, 1 reply; 4+ messages in thread
From: Robert P. J. Day @ 2007-07-06 10:24 UTC (permalink / raw)
  To: Linux Kernel Mailing List; +Cc: Andrew Morton, gregkh


Signed-off-by: Robert P. J. Day <rpjday@mindspring.com>

---

diff --git a/drivers/usb/Makefile b/drivers/usb/Makefile
index 72464b5..4d65404 100644
--- a/drivers/usb/Makefile
+++ b/drivers/usb/Makefile
@@ -15,7 +15,6 @@ obj-$(CONFIG_USB_OHCI_HCD)	+= host/
 obj-$(CONFIG_USB_UHCI_HCD)	+= host/
 obj-$(CONFIG_USB_SL811_HCD)	+= host/
 obj-$(CONFIG_USB_U132_HCD)	+= host/
-obj-$(CONFIG_USB_OHCI_AT91)	+= host/

 obj-$(CONFIG_USB_ACM)		+= class/
 obj-$(CONFIG_USB_PRINTER)	+= class/
-- 
========================================================================
Robert P. J. Day
Linux Consulting, Training and Annoying Kernel Pedantry
Waterloo, Ontario, CANADA

http://fsdev.net/wiki/index.php?title=Main_Page
========================================================================

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] USB:  Remove Makefile reference to obsolete OHCI_AT91.
  2007-07-06 10:24 [PATCH] USB: Remove Makefile reference to obsolete OHCI_AT91 Robert P. J. Day
@ 2007-07-06 15:49 ` Randy Dunlap
  2007-07-06 15:53   ` Robert P. J. Day
  0 siblings, 1 reply; 4+ messages in thread
From: Randy Dunlap @ 2007-07-06 15:49 UTC (permalink / raw)
  To: Robert P. J. Day; +Cc: Linux Kernel Mailing List, Andrew Morton, gregkh

On Fri, 6 Jul 2007 06:24:20 -0400 (EDT) Robert P. J. Day wrote:

> 
> Signed-off-by: Robert P. J. Day <rpjday@mindspring.com>
> 
> ---
> 
> diff --git a/drivers/usb/Makefile b/drivers/usb/Makefile
> index 72464b5..4d65404 100644
> --- a/drivers/usb/Makefile
> +++ b/drivers/usb/Makefile
> @@ -15,7 +15,6 @@ obj-$(CONFIG_USB_OHCI_HCD)	+= host/
>  obj-$(CONFIG_USB_UHCI_HCD)	+= host/
>  obj-$(CONFIG_USB_SL811_HCD)	+= host/
>  obj-$(CONFIG_USB_U132_HCD)	+= host/
> -obj-$(CONFIG_USB_OHCI_AT91)	+= host/
> 
>  obj-$(CONFIG_USB_ACM)		+= class/
>  obj-$(CONFIG_USB_PRINTER)	+= class/
> -- 

Please use subsystem mailing lists instead of using lkml for
Everything:

USB SUBSYSTEM
P:	Greg Kroah-Hartman
M:	gregkh@suse.de
L:	linux-usb-users@lists.sourceforge.net
L:	linux-usb-devel@lists.sourceforge.net
W:	http://www.linux-usb.org
T:	quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
S:	Supported


---
~Randy
*** Remember to use Documentation/SubmitChecklist when testing your code ***

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] USB:  Remove Makefile reference to obsolete OHCI_AT91.
  2007-07-06 15:49 ` Randy Dunlap
@ 2007-07-06 15:53   ` Robert P. J. Day
  2007-07-06 16:00     ` Randy Dunlap
  0 siblings, 1 reply; 4+ messages in thread
From: Robert P. J. Day @ 2007-07-06 15:53 UTC (permalink / raw)
  To: Randy Dunlap; +Cc: Linux Kernel Mailing List, Andrew Morton, gregkh

On Fri, 6 Jul 2007, Randy Dunlap wrote:

> On Fri, 6 Jul 2007 06:24:20 -0400 (EDT) Robert P. J. Day wrote:
>
> >
> > Signed-off-by: Robert P. J. Day <rpjday@mindspring.com>
> >
> > ---
> >
> > diff --git a/drivers/usb/Makefile b/drivers/usb/Makefile
> > index 72464b5..4d65404 100644
> > --- a/drivers/usb/Makefile
> > +++ b/drivers/usb/Makefile
> > @@ -15,7 +15,6 @@ obj-$(CONFIG_USB_OHCI_HCD)	+= host/
> >  obj-$(CONFIG_USB_UHCI_HCD)	+= host/
> >  obj-$(CONFIG_USB_SL811_HCD)	+= host/
> >  obj-$(CONFIG_USB_U132_HCD)	+= host/
> > -obj-$(CONFIG_USB_OHCI_AT91)	+= host/
> >
> >  obj-$(CONFIG_USB_ACM)		+= class/
> >  obj-$(CONFIG_USB_PRINTER)	+= class/
> > --
>
> Please use subsystem mailing lists instead of using lkml for
> Everything:

that's what i would normally do, except a couple times when i did
that, i was chided for not posting to the main list.  i'll deal just
with the subsystem lists from now on.

rday

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] USB:  Remove Makefile reference to obsolete OHCI_AT91.
  2007-07-06 15:53   ` Robert P. J. Day
@ 2007-07-06 16:00     ` Randy Dunlap
  0 siblings, 0 replies; 4+ messages in thread
From: Randy Dunlap @ 2007-07-06 16:00 UTC (permalink / raw)
  To: Robert P. J. Day; +Cc: Linux Kernel Mailing List, Andrew Morton, gregkh

Robert P. J. Day wrote:
> On Fri, 6 Jul 2007, Randy Dunlap wrote:
> 
>> On Fri, 6 Jul 2007 06:24:20 -0400 (EDT) Robert P. J. Day wrote:
>>
>>> Signed-off-by: Robert P. J. Day <rpjday@mindspring.com>
>>>
>>> ---
>>>
>>> diff --git a/drivers/usb/Makefile b/drivers/usb/Makefile
>>> index 72464b5..4d65404 100644
>>> --- a/drivers/usb/Makefile
>>> +++ b/drivers/usb/Makefile
>>> @@ -15,7 +15,6 @@ obj-$(CONFIG_USB_OHCI_HCD)	+= host/
>>>  obj-$(CONFIG_USB_UHCI_HCD)	+= host/
>>>  obj-$(CONFIG_USB_SL811_HCD)	+= host/
>>>  obj-$(CONFIG_USB_U132_HCD)	+= host/
>>> -obj-$(CONFIG_USB_OHCI_AT91)	+= host/
>>>
>>>  obj-$(CONFIG_USB_ACM)		+= class/
>>>  obj-$(CONFIG_USB_PRINTER)	+= class/
>>> --
>> Please use subsystem mailing lists instead of using lkml for
>> Everything:
> 
> that's what i would normally do, except a couple times when i did
> that, i was chided for not posting to the main list.  i'll deal just
> with the subsystem lists from now on.

Thanks.  I missed that chiding that you refer to.  It was incorrect.

-- 
~Randy

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2007-07-06 15:58 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-06 10:24 [PATCH] USB: Remove Makefile reference to obsolete OHCI_AT91 Robert P. J. Day
2007-07-06 15:49 ` Randy Dunlap
2007-07-06 15:53   ` Robert P. J. Day
2007-07-06 16:00     ` Randy Dunlap

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.