Revert "modified mma8452 for aigo board"

This reverts commit 815cfdcd4b.
This commit is contained in:
黄涛
2011-04-12 17:28:16 +08:00
parent fdb3c04871
commit 524da45438

View File

@@ -338,9 +338,6 @@ static int mma8452_get_data(struct i2c_client *client)
axis.y = -axis.y;
swap(axis.x,axis.y);
}
#if defined(CONFIG_MACH_RK29_AIGO)
axis.x = -axis.x;
#endif
// mmaprintk( "%s: ------------------mma8452_GetData axis = %d %d %d--------------\n",
// __func__, axis.x, axis.y, axis.z);