[POWERPC] scsi: Constify & voidify get_property()
[linux-drm-fsl-dcu.git] / drivers / scsi / mac53c94.c
index 93edaa8696cf35e0b54a72dc3cfd266931e2c18b..c77f6f2581f72923ba0367b45eefb2b3b16c748f 100644 (file)
@@ -431,7 +431,7 @@ static int mac53c94_probe(struct macio_dev *mdev, const struct of_device_id *mat
        struct fsc_state *state;
        struct Scsi_Host *host;
        void *dma_cmd_space;
-       unsigned char *clkprop;
+       const unsigned char *clkprop;
        int proplen, rc = -ENODEV;
 
        if (macio_resource_count(mdev) != 2 || macio_irq_count(mdev) != 2) {