sensor: hp206c: sensor does not support trigger

That option was not defined and the sensor does not have this feature,
probably was part of some copy/paste mistake.

Change-Id: Ib24d1f85cf90648b01fa81b285a1ec01fe28c545
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2017-04-10 10:32:56 -04:00 committed by Kumar Gala
commit df60826037

View file

@ -276,9 +276,6 @@ static int hp206c_channel_get(struct device *dev,
static const struct sensor_driver_api hp206c_api = {
.attr_set = hp206c_attr_set,
#ifdef CONFIG_HP206C_TRIGGER
.trigger_set = hp206c_trigger_set,
#endif
.sample_fetch = hp206c_adc_aquire,
.channel_get = hp206c_channel_get,
};