summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGwendal Grignou <gwendal@chromium.org>2016-08-30 10:32:11 -0700
committerChromeOS Commit Bot <chromeos-commit-bot@chromium.org>2016-11-22 00:00:30 +0000
commit5f67f657ea4f606444f053bf35c7c3804258b60a (patch)
treec6be3f53c45899c03c47e5e4cadb931d8923980e
parent3a7df8ade86b083c3de32a2b878d07444782de61 (diff)
downloadchrome-ec-5f67f657ea4f606444f053bf35c7c3804258b60a.tar.gz
UPSTREAM: driver: kionix: No need to set static field to NULL
Redundant, already set by the compiler. BRANCH=veyron BUG=b:27849483 TEST=compile. Change-Id: I4d1c7263034c0cef1a6484a516edb3893c11945f Signed-off-by: Gwendal Grignou <gwendal@chromium.org> (cherry picked from commit 2cc34505b96fee344dd4ff4d6f56b084d62a8c25) Signed-off-by: Gwendal Grignou <gwendal@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/378333
-rw-r--r--driver/accel_kionix.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/driver/accel_kionix.c b/driver/accel_kionix.c
index d9c0284f7a..7666ad0d00 100644
--- a/driver/accel_kionix.c
+++ b/driver/accel_kionix.c
@@ -481,5 +481,4 @@ const struct accelgyro_drv kionix_accel_drv = {
.get_data_rate = get_data_rate,
.set_offset = set_offset,
.get_offset = get_offset,
- .perform_calib = NULL,
};