/* * Linux driver for M2Tech hiFace compatible devices * * Copyright 2012-2013 (C) M2TECH S.r.l and Amarula Solutions B.V. * * Authors: Michael Trimarchi * Antonio Ospite * * The driver is based on the work done in TerraTec DMX 6Fire USB * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. */ #ifndef HIFACE_PCM_H #define HIFACE_PCM_H struct hiface_chip; int hiface_pcm_init(struct hiface_chip *chip, u8 extra_freq); void hiface_pcm_abort(struct hiface_chip *chip); #endif /* HIFACE_PCM_H */ ain'>index : net-next.git
net-next plumbingsTobias Klauser
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Tissoires <benjamin.tissoires@redhat.com>2016-11-29 17:42:01 -0800
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2016-11-30 09:03:12 -0800
commit0d37d63a001202b4932f6b14b05d8d055a0a45b6 (patch)
treeabb87c10b6c741b6d332f62e05c2b55439882c8d
parent9e421b7c60860f150aa29e9f7bc902f003d87e68 (diff)
Input: synaptics-rmi4 - remove unused fields in struct rmi_driver_data
These fields are not used anywhere, there is no point in carrying them. Signed-off-by: Benjamin Tissoires <benjamin.tissoires@redhat.com> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
-rw-r--r--include/linux/rmi.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/linux/rmi.h b/include/linux/rmi.h