mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-25 22:40:51 +07:00
iio: remove extra ; after function definition
Signed-off-by: Peter Meerwald <pmeerw@pmeerw.net> Acked-by: Jonathan Cameron <jic23@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
b90406f1e5
commit
19ea4752fc
@ -184,7 +184,7 @@ static inline int iio_buffer_register(struct iio_dev *indio_dev,
|
||||
}
|
||||
|
||||
static inline void iio_buffer_unregister(struct iio_dev *indio_dev)
|
||||
{};
|
||||
{}
|
||||
|
||||
#endif /* CONFIG_IIO_BUFFER */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user