]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
xen: netfront: fix declaration order
authorEric Dumazet <eric.dumazet@gmail.com>
Mon, 4 Apr 2011 00:21:00 +0000 (17:21 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 4 Apr 2011 00:21:00 +0000 (17:21 -0700)
commit8f7b01a178b8e6a7b663a1bbaa1710756d67b69b
tree8f176cbd29c543af3a11cf613f5b87755e8d0353
parent8a0427bb688eae86a8bb939b6a74e5aa00aa035a
xen: netfront: fix declaration order

Must declare xennet_fix_features() and xennet_set_features() before
using them.

Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/xen-netfront.c