From: Jean Sacren Date: Wed, 26 Feb 2014 05:38:29 +0000 (-0700) Subject: ieee802154: fix new function declaration X-Git-Tag: v3.15-rc1~113^2~260 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=44a6bd865623be7154e495e228abb2a1465fe13e;p=pandora-kernel.git ieee802154: fix new function declaration The commit 8fad346f366a7 ("eee802154: add basic support for RF212 to at86rf230 driver") introduced the new function is_rf212() with some minor issues in declaration: 1) Fix the function type by changing it to bool as the function definition returns a boolean value. Additionally both callers of is_rf212() are expected to return a boolean value. 2) Fix the function specifier by deleting the inline keyword as the compiler takes care of that. Signed-off-by: Jean Sacren Cc: Phoebe Buckheister Signed-off-by: David S. Miller --- Reading git-diff-tree failed