From: Joe Perches Date: Thu, 1 Aug 2013 00:31:39 +0000 (-0700) Subject: cls_cgroup.h netprio_cgroup.h: Remove extern from function prototypes X-Git-Tag: v3.12-rc1~132^2~401 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=378307217ed9c318212ec3050d38d0e34b77604c;p=pandora-kernel.git cls_cgroup.h netprio_cgroup.h: Remove extern from function prototypes There are a mix of function prototypes with and without extern in the kernel sources. Standardize on not using extern for function prototypes. Function prototypes don't need to be written with extern. extern is assumed by the compiler. Its use is as unnecessary as using auto to declare automatic/local variables in a block. Signed-off-by: Joe Perches Signed-off-by: David S. Miller --- Reading git-diff-tree failed