summaryrefslogtreecommitdiffstats
path: root/drivers/isdn/hisax/hfc_pci.c
diff options
context:
space:
mode:
authorGuenter Roeck2014-01-06 05:31:39 +0100
committerDavid S. Miller2014-01-06 21:50:51 +0100
commit22d3b76ed7d2a02bca513b113f2613b9b6e61d58 (patch)
tree506e53ced2d5e52faf952184faea46f8d6d1895c /drivers/isdn/hisax/hfc_pci.c
parentMerge branch 'be2net' (diff)
downloadkernel-qcow2-linux-22d3b76ed7d2a02bca513b113f2613b9b6e61d58.tar.gz
kernel-qcow2-linux-22d3b76ed7d2a02bca513b113f2613b9b6e61d58.tar.xz
kernel-qcow2-linux-22d3b76ed7d2a02bca513b113f2613b9b6e61d58.zip
isdn: Drop big endian cpp checks from telespci and hfc_pci drivers
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> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/isdn/hisax/hfc_pci.c')
-rw-r--r--drivers/isdn/hisax/hfc_pci.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/isdn/hisax/hfc_pci.c b/drivers/isdn/hisax/hfc_pci.c
index 497bd026c237..4a4825528188 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));