Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Feb 2009 17:18:32 GMT
From:      Oleksandr Tymoshenko <gonzo@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 158332 for review
Message-ID:  <200902261718.n1QHIWIr009887@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=158332

Change 158332 by gonzo@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200902261718.n1QHIWIr009887>