Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 367091
b: refs/heads/master
c: 861a51f
h: refs/heads/master
i:
  367089: 2a658a1
  367087: 22daa6a
v: v3
  • Loading branch information
Sylwester Nawrocki authored and Mauro Carvalho Chehab committed Apr 25, 2013
1 parent cc538b6 commit 1677e2b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 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: a5ad1dbe226324f2d1ee51cf3337d0d855faa076
refs/heads/master: 861a51fd40757b7a0912a103e5014366621be6e7
3 changes: 0 additions & 3 deletions trunk/drivers/media/platform/exynos4-is/fimc-is-i2c.c
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ static const struct of_device_id fimc_is_i2c_of_match[] = {
{ .compatible = FIMC_IS_I2C_COMPATIBLE },
{ },
};
MODULE_DEVICE_TABLE(of, fimc_is_i2c_of_match);

static struct platform_driver fimc_is_i2c_driver = {
.probe = fimc_is_i2c_probe,
Expand All @@ -120,10 +119,8 @@ int fimc_is_register_i2c_driver(void)
{
return platform_driver_register(&fimc_is_i2c_driver);
}
EXPORT_SYMBOL(fimc_is_register_i2c_driver);

void fimc_is_unregister_i2c_driver(void)
{
platform_driver_unregister(&fimc_is_i2c_driver);
}
EXPORT_SYMBOL(fimc_is_unregister_i2c_driver);
1 change: 0 additions & 1 deletion trunk/drivers/media/platform/exynos4-is/fimc-is-sensor.c
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,6 @@ static const struct of_device_id fimc_is_sensor_of_match[] = {
},
{ }
};
MODULE_DEVICE_TABLE(of, fimc_is_sensor_of_match);

static struct i2c_driver fimc_is_sensor_driver = {
.driver = {
Expand Down

0 comments on commit 1677e2b

Please sign in to comment.