Added vmalloc() include fix for ARM architecture, thanks to Andrea Scian.
This commit is contained in:
parent
c0adb9cbfd
commit
55679c0526
|
|
@ -35,6 +35,7 @@
|
|||
/*****************************************************************************/
|
||||
|
||||
#include <linux/module.h>
|
||||
#include <linux/vmalloc.h>
|
||||
|
||||
#include "master.h"
|
||||
#include "slave_config.h"
|
||||
|
|
|
|||
Loading…
Reference in New Issue