summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAhmad Fatoum <a.fatoum@pengutronix.de>2024-03-04 20:00:30 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2024-03-05 16:28:06 +0100
commit257b49108c97b9b26e3e0109213c519a0d84bc54 (patch)
tree7225c6e996ae85c05f7d13994c561e1045bdbe54
parentb2e6b2ebb0a09226d9481f90cc033796502b78fa (diff)
downloadbarebox-257b49108c97.tar.gz
barebox-257b49108c97.tar.xz
efi: devicepath: drop unused macro
This is used no where, so it can just be dropped. Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de> Link: https://lore.barebox.org/20240304190038.3486881-106-a.fatoum@pengutronix.de Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
-rw-r--r--include/efi/device-path.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/efi/device-path.h b/include/efi/device-path.h
index 433233f38c..39221ca369 100644
--- a/include/efi/device-path.h
+++ b/include/efi/device-path.h
@@ -324,8 +324,6 @@ struct efi_device_path_file_path {
s16 path_name[];
};
-#define SIZE_OF_FILEPATH_DEVICE_PATH offsetof(FILEPATH_DEVICE_PATH,path_name)
-
#define DEVICE_PATH_SUB_TYPE_MEDIA_PROTOCOL 0x05
struct efi_device_path_media_protocol {
struct efi_device_path header;