lib: rename pack_hex_byte() to hex_byte_pack()
[pandora-kernel.git] / drivers / uio / uio_pdrv_genirq.c
index bae96d2..0b2ed71 100644 (file)
@@ -253,7 +253,7 @@ static const struct dev_pm_ops uio_pdrv_genirq_dev_pm_ops = {
 };
 
 #ifdef CONFIG_OF
-static const struct of_device_id __devinitconst uio_of_genirq_match[] = {
+static const struct of_device_id uio_of_genirq_match[] = {
        { /* empty for now */ },
 };
 MODULE_DEVICE_TABLE(of, uio_of_genirq_match);