ChangeSet 1.2214, 2005/03/26 13:30:15-08:00, [EMAIL PROTECTED]

        [PATCH] m68knommu: move LED variable definitions for 5307
        
        The LED specific setup code that used to be in platform specific
        start up code moved to board level code. This is specificaly for
        the Motorola/Freescale 5307 family.
        
        Signed-off-by: Greg Ungerer <[EMAIL PROTECTED]>
        Signed-off-by: Linus Torvalds <[EMAIL PROTECTED]>



 config.c |    8 ++++++++
 1 files changed, 8 insertions(+)


diff -Nru a/arch/m68knommu/platform/5307/config.c 
b/arch/m68knommu/platform/5307/config.c
--- a/arch/m68knommu/platform/5307/config.c     2005-03-26 17:29:33 -08:00
+++ b/arch/m68knommu/platform/5307/config.c     2005-03-26 17:29:33 -08:00
@@ -40,6 +40,14 @@
 /***************************************************************************/
 
 /*
+ *     Some platforms need software versions of the GPIO data registers.
+ */
+unsigned short ppdata;
+unsigned char ledbank = 0xff;
+
+/***************************************************************************/
+
+/*
  *     DMA channel base address table.
  */
 unsigned int   dma_base_addr[MAX_M68K_DMA_CHANNELS] = {
-
To unsubscribe from this list: send the line "unsubscribe bk-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to