Commit 534a2610 authored by Simon Sandström's avatar Simon Sandström Committed by Greg Kroah-Hartman

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: default avatarSimon Sandström <simon@nikanor.nu>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent c5a5bd6b
...@@ -37,6 +37,11 @@ ...@@ -37,6 +37,11 @@
/*---------------------------------------------------------------------------*/ /*---------------------------------------------------------------------------*/
enum option_on_off {
OPTION_OFF,
OPTION_ON
};
/* IOCTL structs and commands */ /* IOCTL structs and commands */
/** /**
......
...@@ -18,11 +18,6 @@ ...@@ -18,11 +18,6 @@
#ifndef RF69_ENUM_H #ifndef RF69_ENUM_H
#define RF69_ENUM_H #define RF69_ENUM_H
enum option_on_off {
OPTION_OFF,
OPTION_ON
};
enum mode { enum mode {
mode_sleep, mode_sleep,
standby, standby,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment