linux_dsm_epyc7002/drivers/net/ethernet/sfc
Artem Bityutskiy 3c3c10bba1 mtd: add leading underscore to all mtd functions
This patch renames all MTD functions by adding a "_" prefix:

mtd->erase -> mtd->_erase
mtd->read_oob -> mtd->_read_oob
...

The reason is that we are re-working the MTD API and from now on it is
an error to use MTD function pointers directly - we have a corresponding
API call for every pointer. By adding a leading "_" we achieve the following:

1. Make sure we convert every direct pointer users
2. A leading "_" suggests that this interface is internal and it becomes
   less likely that people will use them directly
3. Make sure all the out-of-tree modules stop compiling and the owners
   spot the big API change and amend them.

Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
2012-03-27 00:20:01 +01:00
..
bitfield.h
efx.c Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh/sfc-next 2011-12-16 15:23:22 -05:00
efx.h sfc: Remove now-unused filter function 2012-01-04 14:10:23 -05:00
enum.h
ethtool.c sfc: Implement ethtool RX NFC rules API instead of n-tuple API 2012-01-04 14:10:18 -05:00
falcon_boards.c
falcon_xmac.c
falcon.c net: fix assignment of 0/1 to bool variables. 2011-12-19 22:27:29 -05:00
filter.c sfc: Remove now-unused filter function 2012-01-04 14:10:23 -05:00
filter.h sfc: Add support for retrieving and removing filters by ID 2012-01-04 14:10:00 -05:00
io.h
Kconfig
mac.h
Makefile
mcdi_mac.c
mcdi_pcol.h
mcdi_phy.c
mcdi.c
mcdi.h
mdio_10g.c
mdio_10g.h
mtd.c mtd: add leading underscore to all mtd functions 2012-03-27 00:20:01 +01:00
net_driver.h net: introduce and use netdev_features_t for device features sets 2011-11-16 17:43:10 -05:00
nic.c
nic.h
phy.h
qt202x_phy.c
regs.h
rx.c sfc: Fix assignment of ip_summed for pre-allocated skbs 2012-02-25 00:10:22 +00:00
selftest.c sfc: Use kcalloc instead of kzalloc to allocate array 2011-12-04 01:32:06 -05:00
selftest.h
siena.c net: fix assignment of 0/1 to bool variables. 2011-12-19 22:27:29 -05:00
spi.h
tenxpress.c
tx.c sfc: Use kcalloc instead of kzalloc to allocate array 2011-12-04 01:32:06 -05:00
txc43128_phy.c
workarounds.h