OSDN Git Service

omap-serial: Get rid of all pdev->id usage
authorRajendra Nayak <rnayak@ti.com>
Wed, 14 Dec 2011 11:55:43 +0000 (17:25 +0530)
committerTony Lindgren <tony@atomide.com>
Fri, 16 Dec 2011 22:07:45 +0000 (14:07 -0800)
commitba77433da6e48062825169ae41d8efe7c183c3db
treedf1b9a33583512ca744f956514c54ddbbce34a85
parent7f760f1abcd1a36b52776c90f6a601dd90f06ecb
omap-serial: Get rid of all pdev->id usage

With Device tree, pdev->id would no longer be Valid.
Hence get rid of all instances of its usage in the
driver. Device tree support for the driver is added
in subsequent patches.

Signed-off-by: Rajendra Nayak <rnayak@ti.com>
Reviewed-by: Rob Herring <rob.herring@calxeda.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
drivers/tty/serial/omap-serial.c