mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-17 13:58:46 +00:00
liquidio: remove unused inline functions
commit b6334be64d6f ("net/liquidio: Delete driver version assignment") left behind this, remove it. Signed-off-by: YueHaibing <yuehaibing@huawei.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
3e14462f1b
commit
308de89fed
@ -712,18 +712,6 @@ struct octeon_device *lio_get_device(u32 octeon_id);
|
||||
*/
|
||||
int lio_get_device_id(void *dev);
|
||||
|
||||
static inline u16 OCTEON_MAJOR_REV(struct octeon_device *oct)
|
||||
{
|
||||
u16 rev = (oct->rev_id & 0xC) >> 2;
|
||||
|
||||
return (rev == 0) ? 1 : rev;
|
||||
}
|
||||
|
||||
static inline u16 OCTEON_MINOR_REV(struct octeon_device *oct)
|
||||
{
|
||||
return oct->rev_id & 0x3;
|
||||
}
|
||||
|
||||
/** Read windowed register.
|
||||
* @param oct - pointer to the Octeon device.
|
||||
* @param addr - Address of the register to read.
|
||||
|
Loading…
x
Reference in New Issue
Block a user