]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - include/linux/types.h
PCI Hotplug: convert acpi_pci_detect_ejectable() to take an acpi_handle
[karo-tx-linux.git] / include / linux / types.h
index 5abe354020f964712f84697a4e17fc28ad68b076..c42724f8c80210f6d50708ced60269c1dd3cc703 100644 (file)
@@ -131,7 +131,7 @@ typedef             __s64           int64_t;
  *
  * blkcnt_t is the type of the inode's block count.
  */
-#ifdef CONFIG_LBD
+#ifdef CONFIG_LBDAF
 typedef u64 sector_t;
 typedef u64 blkcnt_t;
 #else