diff options
| author | George Spelvin <linux@horizon.com> | 2014-08-06 19:09:27 -0400 |
|---|---|---|
| committer | Linus Torvalds <torvalds@linux-foundation.org> | 2014-08-06 21:01:25 -0400 |
| commit | 428ac5fc056e06dc0b4ed82d5979add9a8c62b35 (patch) | |
| tree | ab1f3f48171f0277f43af42569612b52af7143ca /drivers/ata/Kconfig | |
| parent | 5f9be8248d9802730185f98f4db41285dc00283c (diff) | |
libata: Use glob_match from lib/glob.c
The function may be useful for other drivers, so export it. (Suggested
by Tejun Heo.)
Note that I inverted the return value of glob_match; returning true on
match seemed to make more sense.
Signed-off-by: George Spelvin <linux@horizon.com>
Cc: Randy Dunlap <rdunlap@infradead.org>
Cc: Tejun Heo <tj@kernel.org>
Cc: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/ata/Kconfig')
| -rw-r--r-- | drivers/ata/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/ata/Kconfig b/drivers/ata/Kconfig index e65d400efd44..e1b92788c225 100644 --- a/drivers/ata/Kconfig +++ b/drivers/ata/Kconfig | |||
| @@ -16,6 +16,7 @@ menuconfig ATA | |||
| 16 | depends on BLOCK | 16 | depends on BLOCK |
| 17 | depends on !(M32R || M68K || S390) || BROKEN | 17 | depends on !(M32R || M68K || S390) || BROKEN |
| 18 | select SCSI | 18 | select SCSI |
| 19 | select GLOB | ||
| 19 | ---help--- | 20 | ---help--- |
| 20 | If you want to use an ATA hard disk, ATA tape drive, ATA CD-ROM or | 21 | If you want to use an ATA hard disk, ATA tape drive, ATA CD-ROM or |
| 21 | any other ATA device under Linux, say Y and make sure that you know | 22 | any other ATA device under Linux, say Y and make sure that you know |
