96e94ca compile fix

Authored and Committed by Dave Jones 10 years ago
    compile fix
    
    kernel/modsign_uefi.c: In function ‘get_cert_list’:
    kernel/modsign_uefi.c:23:2: error: implicit declaration of function ‘kmalloc’ [-Werror=implicit-function-declaration]
      db = kmalloc(lsize, GFP_KERNEL);
      ^
    kernel/modsign_uefi.c:23:5: warning: assignment makes pointer from integer without a cast [enabled by default]
      db = kmalloc(lsize, GFP_KERNEL);
         ^
    kernel/modsign_uefi.c:31:3: error: implicit declaration of function ‘kfree’ [-Werror=implicit-function-declaration]
       kfree(db);
       ^
    
        
file modified
+2 -1