Re: [PATCH] staging/sb105x: remove asm/segment.h dependency

2013-01-07 Thread Jeff Mahoney
On 1/7/13 5:36 PM, Steven Rostedt wrote: > This patch is obsoleted by: > > https://lkml.org/lkml/2012/12/13/710 > > Which I just got the automated reply, and it's in Greg's staging tree > now. > > When I get time, I do want to try to get this driver (and device) > working on my ppc64 box. Ok,

Re: [PATCH] staging/sb105x: remove asm/segment.h dependency

2013-01-07 Thread Greg Kroah-Hartman
On Mon, Jan 07, 2013 at 05:20:43PM -0500, Jeff Mahoney wrote: > sb105x doesn't seem to actually need (builds on x86 > without it) and ppc/ppc64 doesn't provide it so it fails to build there. > > This patch removes the dependency. Unfortunately, it now fails to build > because STD_COM_FLAGS isn't

Re: [PATCH] staging/sb105x: remove asm/segment.h dependency

2013-01-07 Thread Steven Rostedt
This patch is obsoleted by: https://lkml.org/lkml/2012/12/13/710 Which I just got the automated reply, and it's in Greg's staging tree now. When I get time, I do want to try to get this driver (and device) working on my ppc64 box. Thanks, -- Steve On Mon, 2013-01-07 at 17:20 -0500, Jeff

[PATCH] staging/sb105x: remove asm/segment.h dependency

2013-01-07 Thread Jeff Mahoney
sb105x doesn't seem to actually need (builds on x86 without it) and ppc/ppc64 doesn't provide it so it fails to build there. This patch removes the dependency. Unfortunately, it now fails to build because STD_COM_FLAGS isn't defined on most architectures. I'm not familiar enough with the

[PATCH] staging/sb105x: remove asm/segment.h dependency

2013-01-07 Thread Jeff Mahoney
sb105x doesn't seem to actually need asm/segment.h (builds on x86 without it) and ppc/ppc64 doesn't provide it so it fails to build there. This patch removes the dependency. Unfortunately, it now fails to build because STD_COM_FLAGS isn't defined on most architectures. I'm not familiar enough

Re: [PATCH] staging/sb105x: remove asm/segment.h dependency

2013-01-07 Thread Steven Rostedt
This patch is obsoleted by: https://lkml.org/lkml/2012/12/13/710 Which I just got the automated reply, and it's in Greg's staging tree now. When I get time, I do want to try to get this driver (and device) working on my ppc64 box. Thanks, -- Steve On Mon, 2013-01-07 at 17:20 -0500, Jeff

Re: [PATCH] staging/sb105x: remove asm/segment.h dependency

2013-01-07 Thread Greg Kroah-Hartman
On Mon, Jan 07, 2013 at 05:20:43PM -0500, Jeff Mahoney wrote: sb105x doesn't seem to actually need asm/segment.h (builds on x86 without it) and ppc/ppc64 doesn't provide it so it fails to build there. This patch removes the dependency. Unfortunately, it now fails to build because

Re: [PATCH] staging/sb105x: remove asm/segment.h dependency

2013-01-07 Thread Jeff Mahoney
On 1/7/13 5:36 PM, Steven Rostedt wrote: This patch is obsoleted by: https://lkml.org/lkml/2012/12/13/710 Which I just got the automated reply, and it's in Greg's staging tree now. When I get time, I do want to try to get this driver (and device) working on my ppc64 box. Ok, this blob