diff options
Diffstat (limited to 'drivers/ata')
-rw-r--r-- | drivers/ata/libata-core.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/ata/libata-core.c b/drivers/ata/libata-core.c index 294eee3d86fb..0ec717b748db 100644 --- a/drivers/ata/libata-core.c +++ b/drivers/ata/libata-core.c | |||
@@ -4003,7 +4003,7 @@ static const struct ata_blacklist_entry ata_device_blacklist [] = { | |||
4003 | { } | 4003 | { } |
4004 | }; | 4004 | }; |
4005 | 4005 | ||
4006 | int strn_pattern_cmp(const char *patt, const char *name, int wildchar) | 4006 | static int strn_pattern_cmp(const char *patt, const char *name, int wildchar) |
4007 | { | 4007 | { |
4008 | const char *p; | 4008 | const char *p; |
4009 | int len; | 4009 | int len; |
@@ -6917,7 +6917,7 @@ int ata_host_activate(struct ata_host *host, int irq, | |||
6917 | * LOCKING: | 6917 | * LOCKING: |
6918 | * Kernel thread context (may sleep). | 6918 | * Kernel thread context (may sleep). |
6919 | */ | 6919 | */ |
6920 | void ata_port_detach(struct ata_port *ap) | 6920 | static void ata_port_detach(struct ata_port *ap) |
6921 | { | 6921 | { |
6922 | unsigned long flags; | 6922 | unsigned long flags; |
6923 | struct ata_link *link; | 6923 | struct ata_link *link; |