Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 197198
b: refs/heads/master
c: 242e7ad
h: refs/heads/master
v: v3
  • Loading branch information
Greg Kroah-Hartman committed May 11, 2010
1 parent 90c2ace commit 8c906d1
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 181bd67bf5780b941f2cba6247ed1c0cdfce468a
refs/heads/master: 242e7ad91a067243d7ab63b6a25ed2e085733446
3 changes: 1 addition & 2 deletions trunk/drivers/staging/comedi/comedi_fops.c
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
#include <linux/io.h>
#include <linux/uaccess.h>

/* #include "kvmem.h" */
#include "internal.h"

MODULE_AUTHOR("http://www.comedi.org");
MODULE_DESCRIPTION("Comedi core module");
Expand Down Expand Up @@ -2156,7 +2156,6 @@ int comedi_alloc_board_minor(struct device *hardware_device)
}
return i;
}
EXPORT_SYMBOL_GPL(comedi_alloc_board_minor);

void comedi_free_board_minor(unsigned minor)
{
Expand Down
1 change: 0 additions & 1 deletion trunk/drivers/staging/comedi/comedidev.h
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,6 @@ static inline void *comedi_aux_data(int options[], int n)
return (void *)address;
}

int comedi_alloc_board_minor(struct device *hardware_device);
void comedi_free_board_minor(unsigned minor);
int comedi_alloc_subdevice_minor(struct comedi_device *dev,
struct comedi_subdevice *s);
Expand Down
5 changes: 3 additions & 2 deletions trunk/drivers/staging/comedi/drivers.c
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,16 @@
#include <linux/ioport.h>
#include <linux/mm.h>
#include <linux/slab.h>
#include "comedidev.h"
#include <linux/highmem.h> /* for SuSE brokenness */
#include <linux/vmalloc.h>
#include <linux/cdev.h>
#include <linux/dma-mapping.h>

#include <linux/io.h>
#include <asm/system.h>

#include "comedidev.h"
#include "internal.h"

static int postconfig(struct comedi_device *dev);
static int insn_rw_emulate_bits(struct comedi_device *dev,
struct comedi_subdevice *s,
Expand Down
2 changes: 2 additions & 0 deletions trunk/drivers/staging/comedi/internal.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@

int comedi_alloc_board_minor(struct device *hardware_device);

0 comments on commit 8c906d1

Please sign in to comment.