Skip to content
Snippets Groups Projects
  1. Apr 10, 2012
  2. Mar 28, 2012
  3. Mar 26, 2012
  4. Mar 15, 2012
  5. Mar 07, 2012
  6. Feb 29, 2012
  7. Feb 24, 2012
  8. Feb 07, 2012
  9. Feb 01, 2012
  10. Jan 20, 2012
    • Cousson, Benoit's avatar
      i2c: OMAP: Fix OMAP1 build error · 6c5aa407
      Cousson, Benoit authored
      
      CONFIG_OF is not defined for OMAP1 yet and thus the omap1_defconfig build
      generate an error for 3.3-rc1.
      
      drivers/i2c/busses/i2c-omap.c: In function 'omap_i2c_probe':
      drivers/i2c/busses/i2c-omap.c:1021:26: error: 'omap_i2c_of_match' undeclared (first use in this function)
      drivers/i2c/busses/i2c-omap.c:1021:26: note: each undeclared identifier is reported only once for each function it appears in
      
      Wrap omap_i2c_of_match with of_match_ptr() to prevent compilation error in case of OMAP1 build.
      
      Signed-off-by: default avatarBenoit Cousson <b-cousson@ti.com>
      Cc: Ben Dooks <ben-linux@fluff.org>
      Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
      6c5aa407
  11. Jan 17, 2012
  12. Jan 12, 2012
Loading