summaryrefslogtreecommitdiff
path: root/driver/accel_bma422.h
diff options
context:
space:
mode:
Diffstat (limited to 'driver/accel_bma422.h')
-rw-r--r--driver/accel_bma422.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/driver/accel_bma422.h b/driver/accel_bma422.h
deleted file mode 100644
index 0ab580235c..0000000000
--- a/driver/accel_bma422.h
+++ /dev/null
@@ -1,16 +0,0 @@
-/* Copyright 2021 The Chromium OS Authors. All rights reserved.
- * Use of this source code is governed by a BSD-style license that can be
- * found in the LICENSE file.
- */
-
-/* BMA422 gsensor module for Chrome EC */
-
-#ifndef __CROS_EC_ACCEL_BMA422_H
-#define __CROS_EC_ACCEL_BMA422_H
-
-#include "accel_bma4xx.h"
-
-/* Chip ID of BMA422 */
-#define BMA422_CHIP_ID 0x12
-
-#endif /* __CROS_EC_ACCEL_BMA422_H */