diff options
| author | Robert P. J. Day <rpjday@crashcourse.ca> | 2013-02-27 17:05:11 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@linux-foundation.org> | 2013-02-27 19:10:21 -0800 |
| commit | 59fb1b9f5d9910c2eb97107dd0eb7e3bce8f0dde (patch) | |
| tree | fc9f3b2d33fb80b3cde52b87420c9dc9faaf28b0 /include/linux/ipmi.h | |
| parent | 7175c61cc6b8e701441e79ef048c11ae97293463 (diff) | |
| download | cachepc-linux-59fb1b9f5d9910c2eb97107dd0eb7e3bce8f0dde.tar.gz cachepc-linux-59fb1b9f5d9910c2eb97107dd0eb7e3bce8f0dde.zip | |
ipmi: remove superfluous kernel/userspace explanation
Given the obvious distinction between kernel and userspace supported
by uapi/, it seems unnecessary to comment on that.
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Corey Minyard <cminyard@mvista.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include/linux/ipmi.h')
| -rw-r--r-- | include/linux/ipmi.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/linux/ipmi.h b/include/linux/ipmi.h index 1487e7906bbd..1f9f56e28851 100644 --- a/include/linux/ipmi.h +++ b/include/linux/ipmi.h @@ -35,10 +35,6 @@ #include <uapi/linux/ipmi.h> - -/* - * The in-kernel interface. - */ #include <linux/list.h> #include <linux/proc_fs.h> |
