From: Harvey Harrison Date: Wed, 5 Mar 2008 20:38:22 +0000 (-0600) Subject: jfs: replace __inline with inline X-Git-Tag: firefly_0821_release~21629^2 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=15732a1cb5f9078d460a254449eb59391e531ffc;p=firefly-linux-kernel-4.4.55.git jfs: replace __inline with inline Signed-off-by: Harvey Harrison Signed-off-by: Dave Kleikamp --- diff --git a/fs/jfs/jfs_dmap.h b/fs/jfs/jfs_dmap.h index 11e6d471b364..1a6eb41569bc 100644 --- a/fs/jfs/jfs_dmap.h +++ b/fs/jfs/jfs_dmap.h @@ -61,7 +61,7 @@ * determine the maximum free string for four (lower level) nodes * of the tree. */ -static __inline signed char TREEMAX(signed char *cp) +static inline signed char TREEMAX(signed char *cp) { signed char tmp1, tmp2;