summaryrefslogtreecommitdiff
path: root/driver
diff options
context:
space:
mode:
authorJeremy Bettis <jbettis@google.com>2023-04-03 19:40:31 +0000
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2023-04-04 17:22:08 +0000
commitce8161dc470c28e7228d6651f9b675f327c71963 (patch)
tree63f4e8e320c3b0e0d648132095f338e019ca4f1f /driver
parent2921b0afa3d759533666f31ececae3f3c732de26 (diff)
downloadchrome-ec-ce8161dc470c28e7228d6651f9b675f327c71963.tar.gz
ec: Remove unnecessary #line directives
Now that we don't #include <autoconf.h> we should not need any of these. BRANCH=None BUG=b:272518464 TEST=Build coverage report at various problem commits Change-Id: I5152c64fce75b34b6269ea0a9fe7d8c8e2b1840e Signed-off-by: Jeremy Bettis <jbettis@google.com> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/4396146 Reviewed-by: Keith Short <keithshort@chromium.org> Commit-Queue: Jeremy Bettis <jbettis@chromium.org> Tested-by: Jeremy Bettis <jbettis@chromium.org>
Diffstat (limited to 'driver')
-rw-r--r--driver/accel_bma4xx.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/driver/accel_bma4xx.c b/driver/accel_bma4xx.c
index 4120f726c3..3d6c7caa12 100644
--- a/driver/accel_bma4xx.c
+++ b/driver/accel_bma4xx.c
@@ -23,12 +23,6 @@
#include <motion_sense_fifo.h>
-/*
- * TODO(b/272518464): Work around coreboot GCC preprocessor bug.
- * #line marks the *next* line, so it is off by one.
- */
-#line 31
-
#ifdef CONFIG_ACCEL_BMA4XX_INT_EVENT
#define BMA4XX_USE_INTERRUPTS
#endif