diff --git a/drivers/mfd/mc13xxx-core.c b/drivers/mfd/mc13xxx-core.c
index 1326e7f4263a7fe5d7fd25680ba214f6f45ccfeb..a2ac2ed6d64c64467e12ad6822f543cfe609a853 100644
--- a/drivers/mfd/mc13xxx-core.c
+++ b/drivers/mfd/mc13xxx-core.c
@@ -795,6 +795,8 @@ static int __devexit mc13xxx_remove(struct spi_device *spi)
 
 	mfd_remove_devices(&spi->dev);
 
+	kfree(mc13xxx);
+
 	return 0;
 }