Skip to content
Snippets Groups Projects
Commit bb8c9852 authored by Eugene Konev's avatar Eugene Konev
Browse files

add necessary includes

SVN-Revision: 8974
parent f8dfc575
No related branches found
No related tags found
No related merge requests found
...@@ -19,6 +19,10 @@ ...@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment