]> git.baikalelectronics.ru Git - kernel.git/commit
isdn: Drop big endian cpp checks from telespci and hfc_pci drivers
authorGuenter Roeck <linux@roeck-us.net>
Mon, 6 Jan 2014 04:31:39 +0000 (20:31 -0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 6 Jan 2014 20:50:51 +0000 (15:50 -0500)
commit147fe769be71f0cf7076dd0a6286988febeecee7
tree506e53ced2d5e52faf952184faea46f8d6d1895c
parentdedf82bb23a060528be818936e4b241468278db0
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>
drivers/isdn/hisax/hfc_pci.c
drivers/isdn/hisax/telespci.c