From: Arnd Bergmann Date: Mon, 3 Jun 2013 03:11:24 +0000 (+0000) Subject: net: mv643xx_eth: add missing semicolon X-Git-Tag: v3.11-rc1~16^2~185 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ff20877ab3be42cf9c21a9b0173db690aa3165b0;p=pandora-kernel.git net: mv643xx_eth: add missing semicolon 76723bca28 "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 Cc: Sebastian Hesselbarth Signed-off-by: David S. Miller --- Reading git-diff-tree failed