diff options
Diffstat (limited to 'fs/afs/internal.h')
-rw-r--r-- | fs/afs/internal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/afs/internal.h b/fs/afs/internal.h index 551db896afc9..d90c158cd934 100644 --- a/fs/afs/internal.h +++ b/fs/afs/internal.h | |||
@@ -563,7 +563,7 @@ extern void afs_fs_exit(void); | |||
563 | * use-rtnetlink.c | 563 | * use-rtnetlink.c |
564 | */ | 564 | */ |
565 | extern int afs_get_ipv4_interfaces(struct afs_interface *, size_t, bool); | 565 | extern int afs_get_ipv4_interfaces(struct afs_interface *, size_t, bool); |
566 | extern int afs_get_MAC_address(u8 [6]); | 566 | extern int afs_get_MAC_address(u8 *, size_t); |
567 | 567 | ||
568 | /* | 568 | /* |
569 | * vlclient.c | 569 | * vlclient.c |