1
0
Fork 0

[PATCH] Fix build error due to not including <linux/errno.h>

Since d9a9cdfb07 <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>
wifi-calibration
Ralf Baechle 2007-03-18 12:58:08 +00:00 committed by Linus Torvalds
parent d9c1e9a8ff
commit 5851fadce8
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@
#define _SYSFS_H_
#include <linux/compiler.h>
#include <linux/errno.h>
#include <linux/list.h>
#include <asm/atomic.h>