diff options
| author | Michael Rubin <matchstick@neverthere.org> | 2025-04-09 09:39:00 +0300 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2025-04-15 17:39:32 +0300 |
| commit | cf6dfd2d7f1b19ac033316984084619f5904972c (patch) | |
| tree | 6b36a37dad1bd987d351395de572b106771dd712 | |
| parent | fe68869b30a554860b081e4437a31478b3f284f6 (diff) | |
| download | linux-cf6dfd2d7f1b19ac033316984084619f5904972c.tar.xz | |
staging: gpib: Removing function osReset
Reported by checkpatch.pl as CamelCase where function is undefined.
CHECK: Avoid CamelCase: <osReset>
Removing undefined function.
Signed-off-by: Michael Rubin <matchstick@neverthere.org>
Link: https://lore.kernel.org/r/20250409063904.342292-3-matchstick@neverthere.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
| -rw-r--r-- | drivers/staging/gpib/include/gpib_proto.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/gpib/include/gpib_proto.h b/drivers/staging/gpib/include/gpib_proto.h index 330498e55cf4..37075e612be4 100644 --- a/drivers/staging/gpib/include/gpib_proto.h +++ b/drivers/staging/gpib/include/gpib_proto.h @@ -8,7 +8,6 @@ int ibopen(struct inode *inode, struct file *filep); int ibclose(struct inode *inode, struct file *file); long ibioctl(struct file *filep, unsigned int cmd, unsigned long arg); -void osReset(void); void os_start_timer(struct gpib_board *board, unsigned int usec_timeout); void os_remove_timer(struct gpib_board *board); void osSendEOI(void); |
