Skip to content
  • Tony Lindgren's avatar
    i2c-omap: Fix build breaking typo cpu_is_omap_2430 · ff0f2426
    Tony Lindgren authored
    Hi Ben,
    
    Can you please queue this fix?
    
    Thanks,
    
    Tony
    
    >From ffe2b2cdf6283770b70a197e3748c6b40a1006be Mon Sep 17 00:00:00 2001
    From: Tony Lindgren <tony@atomide.com>
    Date: Wed, 17 Jun 2009 13:14:23 +0300
    Subject: [PATCH] i2c-omap: Fix build breaking typo in cpu_is_omap_2430
    
    Commit 84bf2c86
    
     introduced a typo, it should be cpu_is_omap2430
    instead. The typo was probably caused by a mismerge.
    
    Without this patch all omaps fail to build with:
    error: implicit declaration of function 'cpu_is_omap_2430'
    
    Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
    Signed-off-by: default avatarBen Dooks <ben-linux@fluff.org>
    ff0f2426