~ubuntu-branches/ubuntu/trusty/linux-linaro-omap/trusty

« back to all changes in this revision

Viewing changes to arch/arm/plat-omap/include/plat/i2c.h

  • Committer: Package Import Robot
  • Author(s): John Rigby, John Rigby
  • Date: 2011-09-26 10:44:23 UTC
  • Revision ID: package-import@ubuntu.com-20110926104423-57i0gl3v99b3lkfg
Tags: 3.0.0-1007.9
[ John Rigby ]

Enable crypto modules and remove crypto-modules from
exclude-module files
LP: #826021

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
#define __ASM__ARCH_OMAP_I2C_H
23
23
 
24
24
#include <linux/i2c.h>
25
 
#include <linux/i2c-omap.h>
26
25
 
27
26
#if defined(CONFIG_I2C_OMAP) || defined(CONFIG_I2C_OMAP_MODULE)
28
27
extern int omap_register_i2c_bus(int bus_id, u32 clkrate,
47
46
 */
48
47
struct omap_i2c_dev_attr {
49
48
        u8      fifo_depth;
50
 
        u32     flags;
 
49
        u8      flags;
51
50
};
52
51
 
53
52
void __init omap1_i2c_mux_pins(int bus_id);