It's not needed, so just call the function instead of using a define.
Cc: Lior Dotan <liodot@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
#ifndef _SLIC_OS_SPECIFIC_H_
#define _SLIC_OS_SPECIFIC_H_
-#define WRITE_REG(reg, value, flush) \
- slic_reg32_write((®), (value), (flush))
-
#endif /* _SLIC_OS_SPECIFIC_H_ */
static void slic_config_pci(struct pci_dev *pcidev);
static struct sk_buff *slic_rcvqueue_getnext(struct adapter *adapter);
-static inline void slic_reg32_write(void __iomem *reg, u32 value, uint flush);
-
#if SLIC_GET_STATS_ENABLED
static struct net_device_stats *slic_get_stats(struct net_device *dev);
#endif