Update of /cvsroot/blob/blob/src/blob
In directory usw-pr-cvs1:/tmp/cvs-serv1725/src/blob
Modified Files:
shannon.c
Log Message:
whitespace
Index: shannon.c
===================================================================
RCS file: /cvsroot/blob/blob/src/blob/shannon.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- shannon.c 2002/01/03 16:07:18 1.6
+++ shannon.c 2002/01/20 04:56:20 1.7
@@ -29,9 +29,6 @@
#include <blob/init.h>
#include <blob/serial.h>
-
-
-
/* flash descriptor for SHANNON flash */
/* 2x AMD *whatever* flash (4MB) */
static flash_descriptor_t shannon_flash_descriptors[] =
@@ -49,9 +46,6 @@
},
};
-
-
-
static void init_shannon_flash_driver(void)
{
flash_descriptors = shannon_flash_descriptors;
@@ -59,9 +53,6 @@
}
__initlist(init_shannon_flash_driver, INIT_LEVEL_DRIVER_SELECTION);
-
-
-
static void shannon_init_hardware(void)
{
|