diff options
author | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2007-11-13 22:09:16 +0100 |
---|---|---|
committer | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2007-11-13 22:09:16 +0100 |
commit | 0fd4980fa75acc78c747b1f43d1204f6572a4845 (patch) | |
tree | 0bac34a7f83f9cff12583da92bfc0a54a232ac4e /drivers/ide | |
parent | 24ffbd62583024f85bdba72cd373d050aa1a1b15 (diff) | |
download | kernel_samsung_smdk4412-0fd4980fa75acc78c747b1f43d1204f6572a4845.zip kernel_samsung_smdk4412-0fd4980fa75acc78c747b1f43d1204f6572a4845.tar.gz kernel_samsung_smdk4412-0fd4980fa75acc78c747b1f43d1204f6572a4845.tar.bz2 |
ide: remove stale/incorrect comment from setup-pci.c
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Diffstat (limited to 'drivers/ide')
-rw-r--r-- | drivers/ide/setup-pci.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/ide/setup-pci.c b/drivers/ide/setup-pci.c index 02d14bf..25fd090 100644 --- a/drivers/ide/setup-pci.c +++ b/drivers/ide/setup-pci.c @@ -7,11 +7,6 @@ * May be copied or modified under the terms of the GNU General Public License */ -/* - * This module provides support for automatic detection and - * configuration of all PCI IDE interfaces present in a system. - */ - #include <linux/module.h> #include <linux/types.h> #include <linux/kernel.h> |