Merge branch 'hotfixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris...
[pandora-kernel.git] / drivers / firmware / iscsi_ibft_find.c
index d0e5fa4..d53fbbf 100644 (file)
@@ -58,7 +58,7 @@ void __init reserve_ibft_region(void)
        unsigned int len = 0;
        void *virt;
 
-       ibft_addr = 0;
+       ibft_addr = NULL;
 
        for (pos = IBFT_START; pos < IBFT_END; pos += 16) {
                /* The table can't be inside the VGA BIOS reserved space,
@@ -81,4 +81,3 @@ void __init reserve_ibft_region(void)
        if (ibft_addr)
                reserve_bootmem(pos, PAGE_ALIGN(len), BOOTMEM_DEFAULT);
 }
-EXPORT_SYMBOL_GPL(reserve_ibft_region);