mirror of
https://github.com/torvalds/linux.git
synced 2024-11-26 06:02:05 +00:00
pcmcia: comment out unused exca_readw() function
The exca_readw() function is currently unused; therefore, comment it out. Reported-by: kernel test robot <lkp@intel.com> Signed-off-by: Dominik Brodowski <linux@dominikbrodowski.net>
This commit is contained in:
parent
3daaf2c7aa
commit
468c14d82c
@ -144,6 +144,7 @@ static inline u8 exca_readb(struct yenta_socket *socket, unsigned reg)
|
||||
return val;
|
||||
}
|
||||
|
||||
/*
|
||||
static inline u8 exca_readw(struct yenta_socket *socket, unsigned reg)
|
||||
{
|
||||
u16 val;
|
||||
@ -152,6 +153,7 @@ static inline u8 exca_readw(struct yenta_socket *socket, unsigned reg)
|
||||
debug("%04x %04x\n", socket, reg, val);
|
||||
return val;
|
||||
}
|
||||
*/
|
||||
|
||||
static inline void exca_writeb(struct yenta_socket *socket, unsigned reg, u8 val)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user