netif_set_xps_queue: make cpu mask const
authorMichael S. Tsirkin <mst@redhat.com>
Wed, 2 Oct 2013 06:14:06 +0000 (09:14 +0300)
committerDavid S. Miller <davem@davemloft.net>
Mon, 7 Oct 2013 16:29:26 +0000 (12:29 -0400)
virtio wants to pass in cpumask_of(cpu), make parameter
const to avoid build warnings.

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/netdevice.h
net/core/dev.c

Simple merge
diff --cc net/core/dev.c
Simple merge