Re: [PATCH] atm/iphase: rename fregt_t -> ffreg_t

2013-02-08 Thread David Miller
From: chas williams - CONTRACTOR Date: Fri, 8 Feb 2013 09:58:42 -0500 > On Fri, 8 Feb 2013 11:19:11 +0100 > Heiko Carstens wrote: > >> We have conflicting type qualifiers for "freg_t" in s390's ptrace.h and the >> iphase atm device driver, which causes the compile error below. >> Unfortunately

Re: [PATCH] atm/iphase: rename fregt_t -> ffreg_t

2013-02-08 Thread chas williams - CONTRACTOR
On Fri, 8 Feb 2013 11:19:11 +0100 Heiko Carstens wrote: > We have conflicting type qualifiers for "freg_t" in s390's ptrace.h and the > iphase atm device driver, which causes the compile error below. > Unfortunately the s390 typedef can't be renamed, since it's a user visible > api, > nor can I

[PATCH] atm/iphase: rename fregt_t -> ffreg_t

2013-02-08 Thread Heiko Carstens
We have conflicting type qualifiers for "freg_t" in s390's ptrace.h and the iphase atm device driver, which causes the compile error below. Unfortunately the s390 typedef can't be renamed, since it's a user visible api, nor can I change the include order in s390 code to avoid the conflict. So

[PATCH] atm/iphase: rename fregt_t - ffreg_t

2013-02-08 Thread Heiko Carstens
We have conflicting type qualifiers for freg_t in s390's ptrace.h and the iphase atm device driver, which causes the compile error below. Unfortunately the s390 typedef can't be renamed, since it's a user visible api, nor can I change the include order in s390 code to avoid the conflict. So

Re: [PATCH] atm/iphase: rename fregt_t - ffreg_t

2013-02-08 Thread chas williams - CONTRACTOR
On Fri, 8 Feb 2013 11:19:11 +0100 Heiko Carstens heiko.carst...@de.ibm.com wrote: We have conflicting type qualifiers for freg_t in s390's ptrace.h and the iphase atm device driver, which causes the compile error below. Unfortunately the s390 typedef can't be renamed, since it's a user visible

Re: [PATCH] atm/iphase: rename fregt_t - ffreg_t

2013-02-08 Thread David Miller
From: chas williams - CONTRACTOR c...@cmf.nrl.navy.mil Date: Fri, 8 Feb 2013 09:58:42 -0500 On Fri, 8 Feb 2013 11:19:11 +0100 Heiko Carstens heiko.carst...@de.ibm.com wrote: We have conflicting type qualifiers for freg_t in s390's ptrace.h and the iphase atm device driver, which causes the