]> git.ozlabs.org Git - yaboot.git/blobdiff - second/fs_of.c
Commit yaboot 1.3.6-pre2
[yaboot.git] / second / fs_of.c
index 2dbc33389169f3387218b9e3e7ddbf0d942eeb65..a316cd1179c47772b76eb553af77ebbaebe86052 100644 (file)
@@ -36,6 +36,7 @@
 #include "partition.h"
 #include "fs.h"
 #include "errors.h"
+#include "debug.h"
 
 #define LOAD_BUFFER_POS                0x600000
 #define LOAD_BUFFER_SIZE       0x400000
@@ -231,7 +232,7 @@ of_close(struct boot_file_t* file)
 
 /* 
  * Local variables:
- * c-file-style: "K&R"
+ * c-file-style: "k&r"
  * c-basic-offset: 5
  * End:
  */