diff options
author | Tobias Doerffel <[email protected]> | 2009-07-05 12:08:23 -0700 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2009-07-06 13:57:03 -0700 |
commit | 82e3310ace59794ecf0f531eca94647b2863dfda (patch) | |
tree | 5ba710949c37cb4363abe6853d6f6ffd4fe0e450 /net/lapb/lapb_timer.c | |
parent | 600ce1a0faafeed1ce6bcfd421bc040b941cbbc1 (diff) |
linux/sysrq.h needs linux/errno.h
In include/linux/sysrq.h the constant EINVAL is being used but is undefined
if include/linux/errno.h is not included before.
Fix this by adding #include <linux/errno.h> at the beginning.
Signed-off-by: Tobias Doerffel <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'net/lapb/lapb_timer.c')
0 files changed, 0 insertions, 0 deletions