diff options
author | Ondrej Zary <linux@zary.sk> | 2023-03-07 23:46:26 +0100 |
---|---|---|
committer | Damien Le Moal <damien.lemoal@opensource.wdc.com> | 2023-03-23 12:22:20 +0900 |
commit | 49745f621a2a850c68d5e6c2967a88d811027a97 (patch) | |
tree | f7d1c522b76be70c7450630420a15d52342c32cf /drivers/ata | |
parent | a427ad2ac8c1422455164421352b9434653304c4 (diff) | |
download | linux-stable-49745f621a2a850c68d5e6c2967a88d811027a97.tar.gz linux-stable-49745f621a2a850c68d5e6c2967a88d811027a97.tar.bz2 linux-stable-49745f621a2a850c68d5e6c2967a88d811027a97.zip |
ata: pata_parport-bpck6: delete ppc6lnx.c
Remove now empty ppc6lnx.c.
Signed-off-by: Ondrej Zary <linux@zary.sk>
Signed-off-by: Damien Le Moal <damien.lemoal@opensource.wdc.com>
Diffstat (limited to 'drivers/ata')
-rw-r--r-- | drivers/ata/pata_parport/bpck6.c | 1 | ||||
-rw-r--r-- | drivers/ata/pata_parport/ppc6lnx.c | 17 |
2 files changed, 0 insertions, 18 deletions
diff --git a/drivers/ata/pata_parport/bpck6.c b/drivers/ata/pata_parport/bpck6.c index 0ed6a97ab04f..53d0ad1d6e89 100644 --- a/drivers/ata/pata_parport/bpck6.c +++ b/drivers/ata/pata_parport/bpck6.c @@ -17,7 +17,6 @@ #include <linux/types.h> #include <linux/parport.h> #include "pata_parport.h" -#include "ppc6lnx.c" /* 60772 Commands */ #define ACCESS_REG 0x00 diff --git a/drivers/ata/pata_parport/ppc6lnx.c b/drivers/ata/pata_parport/ppc6lnx.c deleted file mode 100644 index e72b1842adda..000000000000 --- a/drivers/ata/pata_parport/ppc6lnx.c +++ /dev/null @@ -1,17 +0,0 @@ -/* - ppc6lnx.c (c) 2001 Micro Solutions Inc. - Released under the terms of the GNU General Public license - - ppc6lnx.c is a par of the protocol driver for the Micro Solutions - "BACKPACK" parallel port IDE adapter - (Works on Series 6 drives) - -*/ - -//*************************************************************************** - -// PPC 6 Code in C sanitized for LINUX -// Original x86 ASM by Ron, Converted to C by Clive - -//*************************************************************************** - |