summaryrefslogtreecommitdiff
path: root/include/media/mt9v032.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/media/mt9v032.h')
-rw-r--r--include/media/mt9v032.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/include/media/mt9v032.h b/include/media/mt9v032.h
deleted file mode 100644
index 12175a63c..000000000
--- a/include/media/mt9v032.h
+++ /dev/null
@@ -1,11 +0,0 @@
-#ifndef _MEDIA_MT9V032_H
-#define _MEDIA_MT9V032_H
-
-struct mt9v032_platform_data {
- unsigned int clk_pol:1;
-
- const s64 *link_freqs;
- s64 link_def_freq;
-};
-
-#endif