commit | c48c8d51c29efba160a1b27555d97f6ee0d049a6 | [log] [tgz] |
---|---|---|
author | David Howells <dhowells@redhat.com> | Wed Nov 07 02:37:24 2012 +0000 |
committer | David S. Miller <davem@davemloft.net> | Fri Nov 09 16:28:37 2012 -0500 |
tree | 9ca7974ddca9a91bc300ff46d6058818c362ce59 | |
parent | d77807230e1ef30dbdee85aa24d27073a14dd168 [diff] |
Fix the wanxl firmware to include missing constants Fix the wanxl firmware to include missing constants such as PARITY_NONE. It should be #including the linux/hdlc/ioctl.h header. To make this work, we also have to guard parts of ioctl.h with !__ASSEMBLY__. Signed-off-by: David Howells <dhowells@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>