File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed
Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change 1- /* SPDX-License-Identifier: GPL-2.0 */
1+ /* SPDX-License-Identifier: GPL-2.0 + WITH Linux-syscall-note */
22/*
33 * Copyright (c) 2023-24 Raspberry Pi Ltd.
44 * All rights reserved.
@@ -169,10 +169,6 @@ struct rp1_access_hw_args {
169169#define PIO_IOC_SM_CONFIG_XFER _IOW(PIO_IOC_MAGIC, 0, struct rp1_pio_sm_config_xfer_args)
170170#define PIO_IOC_SM_XFER_DATA _IOW(PIO_IOC_MAGIC, 1, struct rp1_pio_sm_xfer_data_args)
171171
172- #ifdef CONFIG_COMPAT
173- //XXX #define PIO_IOC_SM_XFER_DATA32 _IOW(PIO_IOC_MAGIC, 2, struct pio_sm_xfer_data_args)
174- #endif
175-
176172#define PIO_IOC_READ_HW _IOW(PIO_IOC_MAGIC, 8, struct rp1_access_hw_args)
177173#define PIO_IOC_WRITE_HW _IOW(PIO_IOC_MAGIC, 9, struct rp1_access_hw_args)
178174
You can’t perform that action at this time.
0 commit comments