Staging: comedi: make comedi_alloc_board_minor local to comedi core
authorGreg Kroah-Hartman <gregkh@suse.de>
Mon, 3 May 2010 22:20:29 +0000 (15:20 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 11 May 2010 18:36:03 +0000 (11:36 -0700)
commit242e7ad91a067243d7ab63b6a25ed2e085733446
treeb2e077e9a287a48748d1a6a8902701203ce988ea
parent181bd67bf5780b941f2cba6247ed1c0cdfce468a
Staging: comedi: make comedi_alloc_board_minor local to comedi core

No one outside of the comedi core calls this function, so create
an internal.h file to put the prototype in, and don't export
it to the world.

Cc: Ian Abbott <abbotti@mev.co.uk>
Cc: Frank Mori Hess <fmhess@users.sourceforge.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/comedi/comedi_fops.c
drivers/staging/comedi/comedidev.h
drivers/staging/comedi/drivers.c
drivers/staging/comedi/internal.h [new file with mode: 0644]