Skip to content

Commit

Permalink
Staging: comedi: move an include file out of comedlib.h
Browse files Browse the repository at this point in the history
The one .c file that needs it can properly include it.

Cc: Ian Abbott <abbotti@mev.co.uk>
Cc: Frank Mori Hess <fmhess@users.sourceforge.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Greg Kroah-Hartman committed May 11, 2010
1 parent 703f593 commit e2a0eab
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/staging/comedi/comedilib.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@
#ifndef _LINUX_COMEDILIB_H
#define _LINUX_COMEDILIB_H

#include "comedi.h"

/* these functions may not be called at real-time priority */

void *comedi_open(const char *path);
Expand Down
1 change: 1 addition & 0 deletions drivers/staging/comedi/drivers/comedi_bond.c
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ Configuration Options:
* options that are used with comedi_config.
*/

#include "../comedi.h"
#include "../comedilib.h"
#include "../comedidev.h"
#include <linux/string.h>
Expand Down

0 comments on commit e2a0eab

Please sign in to comment.