mirror of
https://github.com/torvalds/linux.git
synced 2026-05-25 23:52:08 +02:00
staging: gpib: Removing unused function CFGn
Removing CFGn since it is not called by kernel code nor any of the gpib drivers. Signed-off-by: Michael Rubin <matchstick@neverthere.org> Link: https://lore.kernel.org/r/20250417153837.92690-1-matchstick@neverthere.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
06886c96a1
commit
e9996a9ac5
|
|
@ -192,11 +192,6 @@ static inline __u8 PPE_byte(unsigned int dio_line, int sense)
|
|||
return cmd;
|
||||
}
|
||||
|
||||
static inline __u8 CFGn(unsigned int meters)
|
||||
{
|
||||
return 0x6 | (meters & 0xf);
|
||||
}
|
||||
|
||||
/* mask of bits that actually matter in a command byte */
|
||||
enum {
|
||||
gpib_command_mask = 0x7f,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user