add necessary includes

SVN-Revision: 8974
owl
Eugene Konev 2007-09-23 08:13:08 +00:00
parent f8dfc57573
commit bb8c985261
1 changed files with 4 additions and 0 deletions

View File

@ -19,6 +19,10 @@
#ifndef __VLYNQ_H__ #ifndef __VLYNQ_H__
#define __VLYNQ_H__ #define __VLYNQ_H__
#include <linux/device.h>
#include <linux/module.h>
#include <linux/types.h>
struct vlynq_mapping { struct vlynq_mapping {
u32 size; u32 size;
u32 offset; u32 offset;