]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - drivers/ata/pata_at32.c
Merge branch 'for-2.6.30' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...
[mv-sheeva.git] / drivers / ata / pata_at32.c
index ab61095093b9ab09469db263a1a2ba062e198dcf..5c129f99a7e36256c18772b074ac87eb95bfdcb5 100644 (file)
@@ -67,7 +67,9 @@
  *
  * Alter PIO_MASK below according to table to set maximal PIO mode.
  */
-#define PIO_MASK (0x1f)
+enum {
+  PIO_MASK = ATA_PIO4,
+};
 
 /*
  * Struct containing private information about device.