]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] Fix build error due to not including <linux/errno.h>
authorRalf Baechle <ralf@linux-mips.org>
Sun, 18 Mar 2007 12:58:08 +0000 (12:58 +0000)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Sun, 18 Mar 2007 20:40:06 +0000 (13:40 -0700)
commit33f95efdc747b430f0b459d9212fd3b05cbfb1c0
treec06fcf0d444658c82bbfbdcd7609bed44067ac7d
parent6a4ef825a3cb3542dac9e1145e66ecc04480d32e
[PATCH] Fix build error due to not including <linux/errno.h>

Since 2a543be7109150dd6376420403ef6bc92d677c06 <linux/sysfs.h> is using
ENOSYS without including <linux/errno.h> if CONFIG_SYSFS is disabled.

Fixed by including <linux/errno.h>.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/linux/sysfs.h