return 0;
}
-void __devexit tah_detach(struct of_device *ofdev, int channel)
+void tah_detach(struct of_device *ofdev, int channel)
{
struct tah_instance *dev = dev_get_drvdata(&ofdev->dev);
static struct of_device_id tah_match[] =
{
+ {
+ .compatible = "ibm,tah",
+ },
+ /* For backward compat with old DT */
{
.type = "tah",
},