From 14a1d91788b19c0982e488b040524c31b3d35984 Mon Sep 17 00:00:00 2001 From: Wolfram Sang Date: Fri, 17 Dec 2010 15:33:58 +0100 Subject: [PATCH] --- yaml --- r: 223609 b: refs/heads/master c: 4bdac7da5237170b1392f39ebee99d235043fad8 h: refs/heads/master i: 223607: b29962842d9c1cadf507a2f1c2674f10c3213f9d v: v3 --- [refs] | 2 +- trunk/drivers/spi/mpc52xx_spi.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 5e234eaaaaac..e17670657d37 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 0dd2c96f19b0cffaeb437e50fa5da195920c6e78 +refs/heads/master: 4bdac7da5237170b1392f39ebee99d235043fad8 diff --git a/trunk/drivers/spi/mpc52xx_spi.c b/trunk/drivers/spi/mpc52xx_spi.c index ec9f0b1bf864..84439f655601 100644 --- a/trunk/drivers/spi/mpc52xx_spi.c +++ b/trunk/drivers/spi/mpc52xx_spi.c @@ -563,7 +563,7 @@ static struct of_platform_driver mpc52xx_spi_of_driver = { .of_match_table = mpc52xx_spi_match, }, .probe = mpc52xx_spi_probe, - .remove = __exit_p(mpc52xx_spi_remove), + .remove = __devexit_p(mpc52xx_spi_remove), }; static int __init mpc52xx_spi_init(void)