Skip to content

Commit

Permalink
amba: tegra-ahb: Remove empty *_remove()
Browse files Browse the repository at this point in the history
Remove unnecessary empty function.

Signed-off-by: Hiroshi DOYU <[email protected]>
Signed-off-by: Stephen Warren <[email protected]>
  • Loading branch information
hdoyu authored and nvswarren committed Jun 11, 2012
1 parent cfaf025 commit dec195d
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions drivers/amba/tegra-ahb.c
Original file line number Diff line number Diff line change
Expand Up @@ -264,11 +264,6 @@ static int __devinit tegra_ahb_probe(struct platform_device *pdev)
return 0;
}

static int __devexit tegra_ahb_remove(struct platform_device *pdev)
{
return 0;
}

static const struct of_device_id tegra_ahb_of_match[] __devinitconst = {
{ .compatible = "nvidia,tegra30-ahb", },
{ .compatible = "nvidia,tegra20-ahb", },
Expand All @@ -277,7 +272,6 @@ static const struct of_device_id tegra_ahb_of_match[] __devinitconst = {

static struct platform_driver tegra_ahb_driver = {
.probe = tegra_ahb_probe,
.remove = __devexit_p(tegra_ahb_remove),
.driver = {
.name = DRV_NAME,
.owner = THIS_MODULE,
Expand Down

0 comments on commit dec195d

Please sign in to comment.