diff options
author | kbuild test robot <[email protected]> | 2015-03-05 06:54:00 -0600 |
---|---|---|
committer | David S. Miller <[email protected]> | 2015-03-05 13:17:39 -0500 |
commit | 787fb2bd42b9d798f4ed85b66e878222a9e28ae6 (patch) | |
tree | f6c6621e958a80585b0f4fd4addc2f191d459d02 /lib/dynamic_debug.c | |
parent | 66d06757d9eb74a29775737b8c770e3b57e536d9 (diff) |
ax25: Fix the build when CONFIG_INET is disabled
>
> >> net/ax25/ax25_ip.c:225:26: error: unknown type name 'sturct'
> netdev_tx_t ax25_ip_xmit(sturct sk_buff *skb)
> ^
>
> vim +/sturct +225 net/ax25/ax25_ip.c
>
> 219 unsigned short type, const void *daddr,
> 220 const void *saddr, unsigned int len)
> 221 {
> 222 return -AX25_HEADER_LEN;
> 223 }
> 224
> > 225 netdev_tx_t ax25_ip_xmit(sturct sk_buff *skb)
> 226 {
> 227 kfree_skb(skb);
> 228 return NETDEV_TX_OK;
Ooops I misspelled struct...
Signed-off-by: "Eric W. Biederman" <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'lib/dynamic_debug.c')
0 files changed, 0 insertions, 0 deletions