am 0e0f617b: am 80107f8e: Remove the YV16 format.

Merge commit '0e0f617befa6987c10f938e44112965b289378e6'

* commit '0e0f617befa6987c10f938e44112965b289378e6':
  Remove the YV16 format.
diff --git a/include/hardware/sensors.h b/include/hardware/sensors.h
index 610651f..4bc81db 100644
--- a/include/hardware/sensors.h
+++ b/include/hardware/sensors.h
@@ -250,6 +250,9 @@
 
         /* light in SI lux units */
         float           light;
+
+	/* pressure in hecto pascals */
+        float           pressure;
     };
 
     /* time is in nanosecond */