From 8937c5d867bac183bf7e1b51d451cfa9fa8dfa13 Mon Sep 17 00:00:00 2001 From: LuK1337 Date: Mon, 9 Sep 2019 22:38:02 +0200 Subject: [PATCH] sdm845-common: gpt-utils: Drop unnecessary include * When using generated_kernel_headers including asm/byteorder.h will cause a warning due to unused static functions. Change-Id: I2a74ec92487c13c4645048c96da8cb92b3cbd9f0 --- gpt-utils/gpt-utils.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/gpt-utils/gpt-utils.cpp b/gpt-utils/gpt-utils.cpp index 89aa55f..b368fa4 100644 --- a/gpt-utils/gpt-utils.cpp +++ b/gpt-utils/gpt-utils.cpp @@ -46,7 +46,6 @@ #include #include #include -#include #include #include #include