]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - include/linux/hdreg.h
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/pci-2.6
[mv-sheeva.git] / include / linux / hdreg.h
index ff43f8d6b5b330379ef301dc8276088a1d59de20..3882013d29eacb189700684af23c524ebd655934 100644 (file)
@@ -706,8 +706,10 @@ struct hd_driveid {
  */
 #define IDE_NICE_DSC_OVERLAP   (0)     /* per the DSC overlap protocol */
 #define IDE_NICE_ATAPI_OVERLAP (1)     /* not supported yet */
-#define IDE_NICE_0             (2)     /* when sure that it won't affect us */
 #define IDE_NICE_1             (3)     /* when probably won't affect us much */
+#ifndef __KERNEL__
+#define IDE_NICE_0             (2)     /* when sure that it won't affect us */
 #define IDE_NICE_2             (4)     /* when we know it's on our expense */
+#endif
 
 #endif /* _LINUX_HDREG_H */