add necessary includes
SVN-Revision: 8974
This commit is contained in:
parent
f8dfc57573
commit
bb8c985261
1 changed files with 4 additions and 0 deletions
|
@ -19,6 +19,10 @@
|
|||
#ifndef __VLYNQ_H__
|
||||
#define __VLYNQ_H__
|
||||
|
||||
#include <linux/device.h>
|
||||
#include <linux/module.h>
|
||||
#include <linux/types.h>
|
||||
|
||||
struct vlynq_mapping {
|
||||
u32 size;
|
||||
u32 offset;
|
||||
|
|
Loading…
Reference in a new issue