diff options
Diffstat (limited to 'drivers/block/aoe/aoe.h')
-rw-r--r-- | drivers/block/aoe/aoe.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/block/aoe/aoe.h b/drivers/block/aoe/aoe.h index 551dd8e5b14b..ae16a21aca5c 100644 --- a/drivers/block/aoe/aoe.h +++ b/drivers/block/aoe/aoe.h | |||
@@ -156,7 +156,7 @@ void aoecmd_cfg_rsp(struct sk_buff *); | |||
156 | 156 | ||
157 | int aoedev_init(void); | 157 | int aoedev_init(void); |
158 | void aoedev_exit(void); | 158 | void aoedev_exit(void); |
159 | struct aoedev *aoedev_bymac(unsigned char *); | 159 | struct aoedev *aoedev_by_aoeaddr(int maj, int min); |
160 | void aoedev_downdev(struct aoedev *d); | 160 | void aoedev_downdev(struct aoedev *d); |
161 | struct aoedev *aoedev_set(ulong, unsigned char *, struct net_device *, ulong); | 161 | struct aoedev *aoedev_set(ulong, unsigned char *, struct net_device *, ulong); |
162 | int aoedev_busy(void); | 162 | int aoedev_busy(void); |