Skip to content

Commit

Permalink
ipmi: remove superfluous kernel/userspace explanation
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Robert P. J. Day authored and Linus Torvalds committed Feb 28, 2013
1 parent 7175c61 commit 59fb1b9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
4 changes: 0 additions & 4 deletions include/linux/ipmi.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,6 @@

#include <uapi/linux/ipmi.h>


/*
* The in-kernel interface.
*/
#include <linux/list.h>
#include <linux/proc_fs.h>

Expand Down
10 changes: 1 addition & 9 deletions include/uapi/linux/ipmi.h
Original file line number Diff line number Diff line change
Expand Up @@ -59,15 +59,7 @@
* if it becomes full and it is queried once a second to see if
* anything is in it. Incoming commands to the driver will get
* delivered as commands.
*
* This driver provides two main interfaces: one for in-kernel
* applications and another for userland applications. The
* capabilities are basically the same for both interface, although
* the interfaces are somewhat different. The stuff in the
* #ifdef __KERNEL__ below is the in-kernel interface. The userland
* interface is defined later in the file. */


*/

/*
* This is an overlay for all the address types, so it's easy to
Expand Down

0 comments on commit 59fb1b9

Please sign in to comment.