summaryrefslogtreecommitdiff
path: root/net/core/net-sysfs.h
blob: 2745a1b51e034a808ae586e29890e686f7ce7833 (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef __NET_SYSFS_H__
#define __NET_SYSFS_H__

int __init netdev_kobject_init(void);
int netdev_register_kobject(struct net_device *);
void netdev_unregister_kobject(struct net_device *);
int net_rx_queue_update_kobjects(struct net_device *, int old_num, int new_num);
int netdev_queue_update_kobjects(struct net_device *net,
				 int old_num, int new_num);

#endif
th>committerPatrice Chotard <patrice.chotard@st.com>2016-11-15 11:29:25 +0100 commit5bf7b6e86f29f064979d7b3e6dd21c5dd1feb855 (patch) treef16aa5658bab26e5c2645c8fd0505e7cf9d6c3a2 /drivers parent1001354ca34179f3db924eb66672442a173147dc (diff)
ARM: dts: STiH410-b2260: Fix typo in spi0 chipselect definition
Change cs-gpio to cs-gpios. Signed-off-by: Loic Pallardy <loic.pallardy@st.com> Acked-by: Patrice Chotard <patrice.chotard@st.com>
Diffstat (limited to 'drivers')