]> git.baikalelectronics.ru Git - kernel.git/commit
net: mv643xx_eth: add missing semicolon
authorArnd Bergmann <arnd@arndb.de>
Mon, 3 Jun 2013 03:11:24 +0000 (03:11 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 5 Jun 2013 00:18:58 +0000 (17:18 -0700)
commit2bb0d61db33458175a9f253f84750f835b7deb37
tree35b8d2de051aa178fe3bb14278242d3740cf4069
parent6a6a790a46af7ab7179fc714cf0087f94a18ddd9
net: mv643xx_eth: add missing semicolon

02b0a8aa5e "net: mv643xx_eth: add DT parsing support" added a
dummy mv643xx_eth_shared_of_probe() fallback function with a
typo.

This adds the missing semicolon so we can build without CONFIG_OF
again, and changes both dummy functions to the more conventional
"static inline" syntax, which can avoid potential problems with
the empty macro.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Cc: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/marvell/mv643xx_eth.c