PERFORCE change 150359 for review

Rafal Jaworowski raj at FreeBSD.org
Tue Sep 23 17:30:54 UTC 2008


http://perforce.freebsd.org/chv.cgi?CH=150359

Change 150359 by raj at raj_mimi on 2008/09/23 17:30:10

	Adjust decode_win_idma_dump() to the convention.

Affected files ...

.. //depot/projects/arm/src/sys/arm/mv/common.c#5 edit

Differences ...

==== //depot/projects/arm/src/sys/arm/mv/common.c#5 (text+ko) ====

@@ -304,9 +304,7 @@
 	    win_eth_bare_read(MV_ETH0_BASE),
 	    win_eth_epap_read(MV_ETH0_BASE));
 
-#if defined(SOC_MV_ORION)
 	decode_win_idma_dump();
-#endif
 	printf("\n");
 }
 
@@ -959,4 +957,9 @@
 decode_win_idma_setup(void)
 {
 }
+
+void
+decode_win_idma_dump(void)
+{
+}
 #endif


More information about the p4-projects mailing list