ndisc: Add missing inline to ndisc_addr_option_pad
authorJoe Perches <joe@perches.com>
Tue, 30 Jul 2013 17:31:00 +0000 (10:31 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 31 Jul 2013 22:18:17 +0000 (15:18 -0700)
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/ndisc.h

index 949d775..6fea323 100644 (file)
@@ -119,7 +119,7 @@ extern struct ndisc_options *ndisc_parse_options(u8 *opt, int opt_len,
  * if RFC 3831 IPv6-over-Fibre Channel is ever implemented it may
  * also need a pad of 2.
  */
-static int ndisc_addr_option_pad(unsigned short type)
+static inline int ndisc_addr_option_pad(unsigned short type)
 {
        switch (type) {
        case ARPHRD_INFINIBAND: return 2;