diff options
author | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2015-06-10 17:06:34 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2015-06-10 17:06:34 +0200 |
commit | 9d605e6359f0808581b89350c643208586f41a06 (patch) | |
tree | d817ee2e9b8028d60a881f70afabed0f10c3b5b1 /drivers/media/pci/mantis/mantis_input.h | |
parent | [media] mantis: add remote control support (diff) | |
download | linux-9d605e6359f0808581b89350c643208586f41a06.tar.xz linux-9d605e6359f0808581b89350c643208586f41a06.zip |
[media] mantis: cleanup CodingStyle issues due to last commit
Commit a96762da0cfc('[media] mantis: add remote control support')
introduced some new CodingStyle issues. Fix them.
No functional changes.
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'drivers/media/pci/mantis/mantis_input.h')
-rw-r--r-- | drivers/media/pci/mantis/mantis_input.h | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/drivers/media/pci/mantis/mantis_input.h b/drivers/media/pci/mantis/mantis_input.h index 3bbde8b11ce1..0fbd92987c02 100644 --- a/drivers/media/pci/mantis/mantis_input.h +++ b/drivers/media/pci/mantis/mantis_input.h @@ -12,17 +12,13 @@ but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #ifndef __MANTIS_INPUT_H #define __MANTIS_INPUT_H -extern int mantis_input_init(struct mantis_pci *mantis); -extern void mantis_input_exit(struct mantis_pci *mantis); -extern void mantis_input_process(struct mantis_pci *mantis, int scancode); +int mantis_input_init(struct mantis_pci *mantis); +void mantis_input_exit(struct mantis_pci *mantis); +void mantis_input_process(struct mantis_pci *mantis, int scancode); #endif /* __MANTIS_UART_H */ |