diff options
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/mach-pxa/ssp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-pxa/ssp.c b/arch/arm/mach-pxa/ssp.c index 363668cc3a9c..20d0a06af06c 100644 --- a/arch/arm/mach-pxa/ssp.c +++ b/arch/arm/mach-pxa/ssp.c | |||
@@ -361,6 +361,7 @@ static int __devinit ssp_probe(struct platform_device *pdev, int type) | |||
361 | dev_err(&pdev->dev, "failed to allocate memory"); | 361 | dev_err(&pdev->dev, "failed to allocate memory"); |
362 | return -ENOMEM; | 362 | return -ENOMEM; |
363 | } | 363 | } |
364 | ssp->pdev = pdev; | ||
364 | 365 | ||
365 | ssp->clk = clk_get(&pdev->dev, "SSPCLK"); | 366 | ssp->clk = clk_get(&pdev->dev, "SSPCLK"); |
366 | if (IS_ERR(ssp->clk)) { | 367 | if (IS_ERR(ssp->clk)) { |