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