Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 339698
b: refs/heads/master
c: 01480ba
h: refs/heads/master
v: v3
  • Loading branch information
Tony Lindgren committed Oct 31, 2012
1 parent efeda8b commit e39ce48
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c34f7c696211e3d45ff94a34824b65aa52576bc6
refs/heads/master: 01480bad0a91413e92077067e38e82ade78dc88a
2 changes: 1 addition & 1 deletion trunk/arch/arm/mach-omap1/common.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
#include <linux/mtd/mtd.h>
#include <linux/i2c-omap.h>

#include "../plat-omap/i2c.h"
#include <plat/i2c.h>

#if defined(CONFIG_ARCH_OMAP730) || defined(CONFIG_ARCH_OMAP850)
void omap7xx_map_io(void);
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/arm/mach-omap1/i2c.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
#include <mach/mux.h>
#include "soc.h"

#include "../plat-omap/i2c.h"
#include <plat/i2c.h>

#define OMAP_I2C_SIZE 0x3f
#define OMAP1_I2C_BASE 0xfffb3800
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/arm/mach-omap2/i2c.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
*
*/

#include "../plat-omap/i2c.h"
#include <plat/i2c.h>

#ifndef __MACH_OMAP2_I2C_H
#define __MACH_OMAP2_I2C_H
Expand Down
4 changes: 2 additions & 2 deletions trunk/arch/arm/plat-omap/i2c.c
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@
#include <linux/err.h>
#include <linux/clk.h>

#include <mach/irqs.h>
#include <plat/i2c.h>

#include "i2c.h"
#include <mach/irqs.h>

#define OMAP_I2C_MAX_CONTROLLERS 4
static struct omap_i2c_bus_platform_data i2c_pdata[OMAP_I2C_MAX_CONTROLLERS];
Expand Down
File renamed without changes.

0 comments on commit e39ce48

Please sign in to comment.