[E1000-devel] [PATCH net-next 0/9] drivers/net: Convert uses of __constant_foo to foo

2014-03-12 Thread Joe Perches
Joe Perches (9): brocade: Convert uses of __constant_foo to foo e100: Convert uses of __constant_foo to foo igb: Convert uses of __constant_foo to foo igbvf: Convert uses of __constant_foo to foo ixgbe: Convert uses of __constant_foo to foo ixgbevf: Convert uses of __constant_foo to

[E1000-devel] [PATCH net-next 6/9] ixgbevf: Convert uses of __constant_foo to foo

2014-03-12 Thread Joe Perches
The use of __constant_foo has been unnecessary for quite awhile now. Make these uses consistent with the rest of the kernel. Signed-off-by: Joe Perches j...@perches.com --- drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

[E1000-devel] [PATCH net-next 3/9] igb: Convert uses of __constant_foo to foo

2014-03-12 Thread Joe Perches
The use of __constant_foo has been unnecessary for quite awhile now. Make these uses consistent with the rest of the kernel. Signed-off-by: Joe Perches j...@perches.com --- drivers/net/ethernet/intel/igb/igb_main.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git

[E1000-devel] [PATCH net-next 2/9] e100: Convert uses of __constant_foo to foo

2014-03-12 Thread Joe Perches
The use of __constant_foo has been unnecessary for quite awhile now. Make these uses consistent with the rest of the kernel. Signed-off-by: Joe Perches j...@perches.com --- drivers/net/ethernet/intel/e100.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

[E1000-devel] [PATCH net-next 5/9] ixgbe: Convert uses of __constant_foo to foo

2014-03-12 Thread Joe Perches
The use of __constant_foo has been unnecessary for quite awhile now. Make these uses consistent with the rest of the kernel. Signed-off-by: Joe Perches j...@perches.com --- drivers/net/ethernet/intel/ixgbe/ixgbe_fcoe.c | 8 +++ drivers/net/ethernet/intel/ixgbe/ixgbe_main.c | 30

[E1000-devel] [PATCH net-next 4/9] igbvf: Convert uses of __constant_foo to foo

2014-03-12 Thread Joe Perches
The use of __constant_foo has been unnecessary for quite awhile now. Make these uses consistent with the rest of the kernel. Signed-off-by: Joe Perches j...@perches.com --- drivers/net/ethernet/intel/igbvf/netdev.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

Re: [E1000-devel] [PATCH net-next 5/9] ixgbe: Convert uses of __constant_foo to foo

2014-03-12 Thread David Miller
From: Joe Perches j...@perches.com Date: Wed, 12 Mar 2014 10:22:34 -0700 The use of __constant_foo has been unnecessary for quite awhile now. Make these uses consistent with the rest of the kernel. Signed-off-by: Joe Perches j...@perches.com Will let the Intel folks pick this up.

Re: [E1000-devel] [PATCH net-next 6/9] ixgbevf: Convert uses of __constant_foo to foo

2014-03-12 Thread David Miller
From: Joe Perches j...@perches.com Date: Wed, 12 Mar 2014 10:22:35 -0700 The use of __constant_foo has been unnecessary for quite awhile now. Make these uses consistent with the rest of the kernel. Signed-off-by: Joe Perches j...@perches.com Will let the Intel folks pick this up.

Re: [E1000-devel] [PATCH net-next 4/9] igbvf: Convert uses of __constant_foo to foo

2014-03-12 Thread David Miller
From: Joe Perches j...@perches.com Date: Wed, 12 Mar 2014 10:22:33 -0700 The use of __constant_foo has been unnecessary for quite awhile now. Make these uses consistent with the rest of the kernel. Signed-off-by: Joe Perches j...@perches.com Will let the Intel folks pick this up.

Re: [E1000-devel] [PATCH net-next 2/9] e100: Convert uses of __constant_foo to foo

2014-03-12 Thread David Miller
From: Joe Perches j...@perches.com Date: Wed, 12 Mar 2014 10:22:31 -0700 The use of __constant_foo has been unnecessary for quite awhile now. Make these uses consistent with the rest of the kernel. Signed-off-by: Joe Perches j...@perches.com Will let the Intel folks pick this up.

Re: [E1000-devel] [PATCH net-next 3/9] igb: Convert uses of __constant_foo to foo

2014-03-12 Thread David Miller
From: Joe Perches j...@perches.com Date: Wed, 12 Mar 2014 10:22:32 -0700 The use of __constant_foo has been unnecessary for quite awhile now. Make these uses consistent with the rest of the kernel. Signed-off-by: Joe Perches j...@perches.com Will let the Intel folks pick this up.

Re: [E1000-devel] [PATCH net-next 4/9] igbvf: Convert uses of __constant_foo to foo

2014-03-12 Thread Jeff Kirsher
On Wed, 2014-03-12 at 10:22 -0700, Joe Perches wrote: The use of __constant_foo has been unnecessary for quite awhile now. Make these uses consistent with the rest of the kernel. Signed-off-by: Joe Perches j...@perches.com --- drivers/net/ethernet/intel/igbvf/netdev.c | 4 ++-- 1 file

Re: [E1000-devel] [PATCH net-next 3/9] igb: Convert uses of __constant_foo to foo

2014-03-12 Thread Jeff Kirsher
On Wed, 2014-03-12 at 10:22 -0700, Joe Perches wrote: The use of __constant_foo has been unnecessary for quite awhile now. Make these uses consistent with the rest of the kernel. Signed-off-by: Joe Perches j...@perches.com --- drivers/net/ethernet/intel/igb/igb_main.c | 12 ++--

Re: [E1000-devel] [PATCH net-next 6/9] ixgbevf: Convert uses of __constant_foo to foo

2014-03-12 Thread Jeff Kirsher
On Wed, 2014-03-12 at 10:22 -0700, Joe Perches wrote: The use of __constant_foo has been unnecessary for quite awhile now. Make these uses consistent with the rest of the kernel. Signed-off-by: Joe Perches j...@perches.com --- drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c | 4 ++--

Re: [E1000-devel] [PATCH net-next 2/9] e100: Convert uses of __constant_foo to foo

2014-03-12 Thread Jeff Kirsher
On Wed, 2014-03-12 at 10:22 -0700, Joe Perches wrote: The use of __constant_foo has been unnecessary for quite awhile now. Make these uses consistent with the rest of the kernel. Signed-off-by: Joe Perches j...@perches.com --- drivers/net/ethernet/intel/e100.c | 4 ++-- 1 file changed,

Re: [E1000-devel] [PATCH net-next 5/9] ixgbe: Convert uses of __constant_foo to foo

2014-03-12 Thread Jeff Kirsher
On Wed, 2014-03-12 at 10:22 -0700, Joe Perches wrote: The use of __constant_foo has been unnecessary for quite awhile now. Make these uses consistent with the rest of the kernel. Signed-off-by: Joe Perches j...@perches.com --- drivers/net/ethernet/intel/ixgbe/ixgbe_fcoe.c | 8 +++