]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/arm/mach-omap2/board-3430sdp-flash.c
ARCH: OMAP: Kill compile warning on board-3430sdp-flash.c
[linux-2.6-omap-h63xx.git] / arch / arm / mach-omap2 / board-3430sdp-flash.c
index acd576c3c3044ae34810b6416be9f91e4e150606..1fddcd67b57750feab6e889efb93c811a2e59cc4 100644 (file)
@@ -79,7 +79,7 @@ static struct platform_device sdp_nor_device = {
        .resource       = &sdp_nor_resource,
 };
 
-static int sdp_onenand_setup(void __iomem *);
+static int sdp_onenand_setup(void __iomem *, int freq);
 
 static struct mtd_partition sdp_onenand_partitions[] = {
        {
@@ -132,7 +132,7 @@ static struct platform_device sdp_onenand_device = {
  *
  * @return int:        Currently always returning zero.
  */
-static int sdp_onenand_setup(void __iomem *onenand_base)
+static int sdp_onenand_setup(void __iomem *onenand_base, int freq)
 {
        /* Onenand setup does nothing at present */
        return 0;