Commit acfc20f7 authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

[PATCH] ppc64: Quieten NVRAM driver

From: Anton Blanchard <anton@samba.org>

Quieten NVRAM driver
parent ec19a28d
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
#include <asm/prom.h> #include <asm/prom.h>
#include <asm/machdep.h> #include <asm/machdep.h>
#define DEBUG_NVRAM #undef DEBUG_NVRAM
static int nvram_scan_partitions(void); static int nvram_scan_partitions(void);
static int nvram_setup_partition(void); static int nvram_setup_partition(void);
...@@ -199,7 +199,7 @@ static struct miscdevice nvram_dev = { ...@@ -199,7 +199,7 @@ static struct miscdevice nvram_dev = {
}; };
#ifdef DEBUG_NVRAM
static void nvram_print_partitions(char * label) static void nvram_print_partitions(char * label)
{ {
struct list_head * p; struct list_head * p;
...@@ -215,6 +215,7 @@ static void nvram_print_partitions(char * label) ...@@ -215,6 +215,7 @@ static void nvram_print_partitions(char * label)
tmp_part->header.name); tmp_part->header.name);
} }
} }
#endif
static int nvram_write_header(struct nvram_partition * part) static int nvram_write_header(struct nvram_partition * part)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment