summaryrefslogtreecommitdiff
path: root/include/soc/bcm2835/raspberrypi-firmware-property.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/soc/bcm2835/raspberrypi-firmware-property.h')
-rw-r--r--include/soc/bcm2835/raspberrypi-firmware-property.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/soc/bcm2835/raspberrypi-firmware-property.h b/include/soc/bcm2835/raspberrypi-firmware-property.h
index b007e924d5dc..c5ff1582bf40 100644
--- a/include/soc/bcm2835/raspberrypi-firmware-property.h
+++ b/include/soc/bcm2835/raspberrypi-firmware-property.h
@@ -106,7 +106,7 @@ enum rpi_firmware_property_tag {
RPI_FIRMWARE_GET_DMA_CHANNELS = 0x00060001,
};
-int rpi_firmware_property(struct device_node *of_node,
+int rpi_firmware_property(struct device *dev,
u32 tag, void *data, size_t len);
-int rpi_firmware_property_list(struct device_node *of_node,
+int rpi_firmware_property_list(struct device *dev,
void *data, size_t tag_size);