hc
2023-12-09 b22da3d8526a935aa31e086e63f60ff3246cb61c
kernel/include/linux/iio/trigger.h
....@@ -1,10 +1,7 @@
1
+/* SPDX-License-Identifier: GPL-2.0-only */
12 /* The industrial I/O core, trigger handling functions
23 *
34 * Copyright (c) 2008 Jonathan Cameron
4
- *
5
- * This program is free software; you can redistribute it and/or modify it
6
- * under the terms of the GNU General Public License version 2 as published by
7
- * the Free Software Foundation.
85 */
96 #include <linux/irq.h>
107 #include <linux/module.h>
....@@ -143,9 +140,6 @@
143140 * @trig_info: trigger to be unregistered
144141 **/
145142 void iio_trigger_unregister(struct iio_trigger *trig_info);
146
-
147
-void devm_iio_trigger_unregister(struct device *dev,
148
- struct iio_trigger *trig_info);
149143
150144 /**
151145 * iio_trigger_set_immutable() - set an immutable trigger on destination