* [PATCH v3] isdn: Drop big endian cpp checks from telespci and hfc_pci drivers
@ 2014-01-06 4:31 Guenter Roeck
2014-01-06 20:51 ` David Miller
0 siblings, 1 reply; 2+ messages in thread
From: Guenter Roeck @ 2014-01-06 4:31 UTC (permalink / raw)
To: Karsten Keil; +Cc: netdev, linux-kernel, Guenter Roeck
With arm:allmodconfig, building the Teles PCI driver fails with
telespci.c:294:2: error: #error "not running on big endian machines now"
Similar, building the driver for HFC PCI-Bus cards fails with
hfc_pci.c:1647:2: error: #error "not running on big endian machines now"
Remove the big endian cpp check from both drivers to fix the build errors.
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
---
v3: Instead of marking build as broken, remove cpp endianness checks.
Updated headline to match the changes.
v2: Turns out CPU_LITTLE_ENDIAN is not defined for little-endian-only
architectures. Instead of messing with the overall Kconfig architecture,
mark build as broken for big endian ARM machines.
Also updated headline accordingly.
drivers/isdn/hisax/hfc_pci.c | 4 ----
drivers/isdn/hisax/telespci.c | 4 ----
2 files changed, 8 deletions(-)
diff --git a/drivers/isdn/hisax/hfc_pci.c b/drivers/isdn/hisax/hfc_pci.c
index 497bd02..4a48255 100644
--- a/drivers/isdn/hisax/hfc_pci.c
+++ b/drivers/isdn/hisax/hfc_pci.c
@@ -1643,10 +1643,6 @@ setup_hfcpci(struct IsdnCard *card)
int i;
struct pci_dev *tmp_hfcpci = NULL;
-#ifdef __BIG_ENDIAN
-#error "not running on big endian machines now"
-#endif
-
strcpy(tmp, hfcpci_revision);
printk(KERN_INFO "HiSax: HFC-PCI driver Rev. %s\n", HiSax_getrev(tmp));
diff --git a/drivers/isdn/hisax/telespci.c b/drivers/isdn/hisax/telespci.c
index f6ab63a..33eeb46 100644
--- a/drivers/isdn/hisax/telespci.c
+++ b/drivers/isdn/hisax/telespci.c
@@ -290,10 +290,6 @@ int setup_telespci(struct IsdnCard *card)
struct IsdnCardState *cs = card->cs;
char tmp[64];
-#ifdef __BIG_ENDIAN
-#error "not running on big endian machines now"
-#endif
-
strcpy(tmp, telespci_revision);
printk(KERN_INFO "HiSax: Teles/PCI driver Rev. %s\n", HiSax_getrev(tmp));
if (cs->typ != ISDN_CTYPE_TELESPCI)
--
1.7.9.7
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH v3] isdn: Drop big endian cpp checks from telespci and hfc_pci drivers
2014-01-06 4:31 [PATCH v3] isdn: Drop big endian cpp checks from telespci and hfc_pci drivers Guenter Roeck
@ 2014-01-06 20:51 ` David Miller
0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2014-01-06 20:51 UTC (permalink / raw)
To: linux; +Cc: isdn, netdev, linux-kernel
From: Guenter Roeck <linux@roeck-us.net>
Date: Sun, 5 Jan 2014 20:31:39 -0800
> With arm:allmodconfig, building the Teles PCI driver fails with
>
> telespci.c:294:2: error: #error "not running on big endian machines now"
>
> Similar, building the driver for HFC PCI-Bus cards fails with
>
> hfc_pci.c:1647:2: error: #error "not running on big endian machines now"
>
> Remove the big endian cpp check from both drivers to fix the build errors.
>
> Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Applied, thank you.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-01-06 20:51 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-06 4:31 [PATCH v3] isdn: Drop big endian cpp checks from telespci and hfc_pci drivers Guenter Roeck
2014-01-06 20:51 ` David Miller
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).