summaryrefslogtreecommitdiffstats
path: root/drivers/net/usb/lg-vl600.c
diff options
context:
space:
mode:
authorJoe Perches2014-03-12 18:22:37 +0100
committerDavid S. Miller2014-03-12 20:28:06 +0100
commit1f36fc74d87fd6b09d8326879882a60c5399fe29 (patch)
tree51ae9be4b452717acc0135f70e17166f1bf73a32 /drivers/net/usb/lg-vl600.c
parentxilinx: Convert uses of __constant_<foo> to <foo> (diff)
downloadkernel-qcow2-linux-1f36fc74d87fd6b09d8326879882a60c5399fe29.tar.gz
kernel-qcow2-linux-1f36fc74d87fd6b09d8326879882a60c5399fe29.tar.xz
kernel-qcow2-linux-1f36fc74d87fd6b09d8326879882a60c5399fe29.zip
lg-vl600: Convert uses of __constant_<foo> to <foo>
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 <joe@perches.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/usb/lg-vl600.c')
-rw-r--r--drivers/net/usb/lg-vl600.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/usb/lg-vl600.c b/drivers/net/usb/lg-vl600.c
index acfcc32b323d..8f37efd2d2fb 100644
--- a/drivers/net/usb/lg-vl600.c
+++ b/drivers/net/usb/lg-vl600.c
@@ -210,7 +210,7 @@ static int vl600_rx_fixup(struct usbnet *dev, struct sk_buff *skb)
* (0x86dd) so Linux can understand it.
*/
if ((buf->data[sizeof(*ethhdr)] & 0xf0) == 0x60)
- ethhdr->h_proto = __constant_htons(ETH_P_IPV6);
+ ethhdr->h_proto = htons(ETH_P_IPV6);
}
if (count) {