Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 9779
b: refs/heads/master
c: 7dead80
h: refs/heads/master
i:
  9777: c7ce73c
  9775: 034cb96
v: v3
  • Loading branch information
Ben Dooks authored and Russell King committed Oct 10, 2005
1 parent 416b93e commit 3a64599
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: cdfc8f5079fdd18f6cb8097aa4235704d1155ec5
refs/heads/master: 7dead80cbee3259e3a9f25bfc65c8dc769a19e0e
3 changes: 3 additions & 0 deletions trunk/drivers/serial/s3c2410.c
Original file line number Diff line number Diff line change
Expand Up @@ -1235,6 +1235,7 @@ static int s3c2400_serial_probe(struct device *dev)

static struct device_driver s3c2400_serial_drv = {
.name = "s3c2400-uart",
.owner = THIS_MODULE,
.bus = &platform_bus_type,
.probe = s3c2400_serial_probe,
.remove = s3c24xx_serial_remove,
Expand Down Expand Up @@ -1338,6 +1339,7 @@ static int s3c2410_serial_probe(struct device *dev)

static struct device_driver s3c2410_serial_drv = {
.name = "s3c2410-uart",
.owner = THIS_MODULE,
.bus = &platform_bus_type,
.probe = s3c2410_serial_probe,
.remove = s3c24xx_serial_remove,
Expand Down Expand Up @@ -1499,6 +1501,7 @@ static int s3c2440_serial_probe(struct device *dev)

static struct device_driver s3c2440_serial_drv = {
.name = "s3c2440-uart",
.owner = THIS_MODULE,
.bus = &platform_bus_type,
.probe = s3c2440_serial_probe,
.remove = s3c24xx_serial_remove,
Expand Down

0 comments on commit 3a64599

Please sign in to comment.