PERFORCE change 158332 for review

Oleksandr Tymoshenko gonzo at FreeBSD.org
Thu Feb 26 09:18:35 PST 2009


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

Change 158332 by gonzo at gonzo_figaro on 2009/02/26 17:17:44

	- Comment out unused function to make kernel buildable

Affected files ...

.. //depot/projects/avr32/src/sys/avr32/avr32/at32_sdramc.c#2 edit

Differences ...

==== //depot/projects/avr32/src/sys/avr32/avr32/at32_sdramc.c#2 (text+ko) ====

@@ -60,7 +60,9 @@
 static int at32_sdramc_detach(device_t);
 static int at32_sdramc_activate(device_t);
 static void at32_sdramc_deactivate(device_t);
+#ifdef notyet
 static int at32_sdramc_intr(void *);
+#endif
 
 /* Driver variables and private data */
 struct at32_sdramc_softc {
@@ -191,6 +193,7 @@
 	devclk_disable(dev);
 }
 
+#ifdef notyet
 /**
  * TODO: Call this at x interval to check for refresh errors
  */
@@ -204,3 +207,4 @@
 	}
 	return (0);
 }
+#endif


More information about the p4-projects mailing list