| .. | .. |
|---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-only */ |
|---|
| 1 | 2 | /* The industrial I/O core, trigger handling functions |
|---|
| 2 | 3 | * |
|---|
| 3 | 4 | * 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. |
|---|
| 8 | 5 | */ |
|---|
| 9 | 6 | #include <linux/irq.h> |
|---|
| 10 | 7 | #include <linux/module.h> |
|---|
| .. | .. |
|---|
| 143 | 140 | * @trig_info: trigger to be unregistered |
|---|
| 144 | 141 | **/ |
|---|
| 145 | 142 | 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); |
|---|
| 149 | 143 | |
|---|
| 150 | 144 | /** |
|---|
| 151 | 145 | * iio_trigger_set_immutable() - set an immutable trigger on destination |
|---|