delete unused GYROIOCGEXTERNAL

This commit is contained in:
Daniel Agar
2017-12-14 12:13:09 -05:00
parent 98ca693298
commit badcddc29a
2 changed files with 0 additions and 6 deletions
-3
View File
@@ -94,9 +94,6 @@ struct gyro_calibration_s {
/** check the status of the sensor */
#define GYROIOCSELFTEST _GYROIOC(8)
/** determine if hardware is external or onboard */
#define GYROIOCGEXTERNAL _GYROIOC(12)
/** get the current gyro type */
#define GYROIOCTYPE _GYROIOC(13)
-3
View File
@@ -1583,9 +1583,6 @@ MPU6000::gyro_ioctl(struct file *filp, int cmd, unsigned long arg)
case GYROIOCSELFTEST:
return gyro_self_test();
case GYROIOCGEXTERNAL:
return _interface->ioctl(cmd, dummy);
default:
/* give it to the superclass */
return CDev::ioctl(filp, cmd, arg);