staging: pi433: Move enum option_on_off to pi433_if.h

The enum is now only used for ioctl, so move it pi433_if.h.

Signed-off-by: Simon Sandström <simon@nikanor.nu>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Simon Sandström 2017-12-06 21:42:23 +01:00 committed by Greg Kroah-Hartman
parent c5a5bd6bda
commit 534a2610e1
2 changed files with 5 additions and 5 deletions

View File

@ -37,6 +37,11 @@
/*---------------------------------------------------------------------------*/
enum option_on_off {
OPTION_OFF,
OPTION_ON
};
/* IOCTL structs and commands */
/**

View File

@ -18,11 +18,6 @@
#ifndef RF69_ENUM_H
#define RF69_ENUM_H
enum option_on_off {
OPTION_OFF,
OPTION_ON
};
enum mode {
mode_sleep,
standby,