ramoops: move dump_oops into platform data
[pandora-kernel.git] / include / linux / ramoops.h
index 0ae68a2..7105c4b 100644 (file)
@@ -10,6 +10,7 @@
 struct ramoops_platform_data {
        unsigned long   mem_size;
        unsigned long   mem_address;
+       int             dump_oops;
 };
 
 #endif