This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / include / asm-ppc / io.h
index a893418..2717a60 100644 (file)
@@ -237,7 +237,7 @@ extern inline void * bus_to_virt(unsigned long address)
 {
 #ifndef CONFIG_APUS
         if (address == 0)
-               return NULL;
+               return 0;
         return (void *)(address - PCI_DRAM_OFFSET + KERNELBASE);
 #else
        return (void*) mm_ptov (address);