* [PATCH 2.6.34] USB: Fix s3c-hsotg build following Samsung platform header moves
@ 2010-03-01 18:51 Mark Brown
2010-03-04 22:59 ` Ben Dooks
0 siblings, 1 reply; 4+ messages in thread
From: Mark Brown @ 2010-03-01 18:51 UTC (permalink / raw)
To: linux-arm-kernel
Fix a reference to regs-sys.h got missed in the reorganisation of
the Samsung platform headers targetted for 2.6.34.
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
---
This should probably go via the Samsung/ARM tree along with the reorgs that
introduce the change.
drivers/usb/gadget/s3c-hsotg.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/usb/gadget/s3c-hsotg.c b/drivers/usb/gadget/s3c-hsotg.c
index 7e5bf59..f742c8e 100644
--- a/drivers/usb/gadget/s3c-hsotg.c
+++ b/drivers/usb/gadget/s3c-hsotg.c
@@ -30,7 +30,7 @@
#include <plat/regs-usb-hsotg-phy.h>
#include <plat/regs-usb-hsotg.h>
-#include <plat/regs-sys.h>
+#include <mach/regs-sys.h>
#include <plat/udc-hs.h>
#define DMA_ADDR_INVALID (~((dma_addr_t)0))
--
1.7.0
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [PATCH 2.6.34] USB: Fix s3c-hsotg build following Samsung platform header moves
2010-03-01 18:51 [PATCH 2.6.34] USB: Fix s3c-hsotg build following Samsung platform header moves Mark Brown
@ 2010-03-04 22:59 ` Ben Dooks
2010-03-04 23:56 ` Greg KH
2010-03-05 1:08 ` Mark Brown
0 siblings, 2 replies; 4+ messages in thread
From: Ben Dooks @ 2010-03-04 22:59 UTC (permalink / raw)
To: linux-arm-kernel
Mark Brown wrote:
> Fix a reference to regs-sys.h got missed in the reorganisation of
> the Samsung platform headers targetted for 2.6.34.
>
> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
anyone mind if this gets merged into my next tree and given to RMK?
--
Ben Dooks, Design & Software Engineer, Simtec Electronics
http://www.simtec.co.uk/
^ permalink raw reply [flat|nested] 4+ messages in thread
* [PATCH 2.6.34] USB: Fix s3c-hsotg build following Samsung platform header moves
2010-03-04 22:59 ` Ben Dooks
@ 2010-03-04 23:56 ` Greg KH
2010-03-05 1:08 ` Mark Brown
1 sibling, 0 replies; 4+ messages in thread
From: Greg KH @ 2010-03-04 23:56 UTC (permalink / raw)
To: linux-arm-kernel
On Thu, Mar 04, 2010 at 10:59:38PM +0000, Ben Dooks wrote:
> Mark Brown wrote:
> >Fix a reference to regs-sys.h got missed in the reorganisation of
> >the Samsung platform headers targetted for 2.6.34.
> >
> >Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
>
> anyone mind if this gets merged into my next tree and given to RMK?
No objection from me, feel free to add a:
Acked-by: Greg Kroah-Hartman <gregkh@suse.de>
to it and push it through your tree.
thanks,
greg k-h
^ permalink raw reply [flat|nested] 4+ messages in thread
* [PATCH 2.6.34] USB: Fix s3c-hsotg build following Samsung platform header moves
2010-03-04 22:59 ` Ben Dooks
2010-03-04 23:56 ` Greg KH
@ 2010-03-05 1:08 ` Mark Brown
1 sibling, 0 replies; 4+ messages in thread
From: Mark Brown @ 2010-03-05 1:08 UTC (permalink / raw)
To: linux-arm-kernel
On 4 Mar 2010, at 22:59, Ben Dooks <ben@simtec.co.uk> wrote:
> Mark Brown wrote:
>> Fix a reference to regs-sys.h got missed in the reorganisation of
>> the Samsung platform headers targetted for 2.6.34.
>> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
>
> anyone mind if this gets merged into my next tree and given to RMK?
FWIW it'll lead to build breakage if merged seperately.
>
> --
> Ben Dooks, Design & Software Engineer, Simtec Electronics
>
> http://www.simtec.co.uk/
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2010-03-05 1:08 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-01 18:51 [PATCH 2.6.34] USB: Fix s3c-hsotg build following Samsung platform header moves Mark Brown
2010-03-04 22:59 ` Ben Dooks
2010-03-04 23:56 ` Greg KH
2010-03-05 1:08 ` Mark Brown
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).