alistair23-linux/drivers/staging/dgnc/dgnc_utils.h
Giedrius Statkevičius f82d189c33 dgnc: remove unused dgnc_ioctl_name() command
dgnc_ioctl_name() is never used anywhere so remove it

Signed-off-by: Giedrius Statkevičius <giedrius.statkevicius@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2015-03-24 15:40:59 +01:00

7 lines
84 B
C

#ifndef __DGNC_UTILS_H
#define __DGNC_UTILS_H
int dgnc_ms_sleep(ulong ms);
#endif