aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIngo Molnar <mingo@kernel.org>2021-11-28 12:16:04 +0100
committerIngo Molnar <mingo@kernel.org>2022-03-15 12:57:35 +0100
commit82d93307bed5cc527250869ee1d498f1903aa539 (patch)
tree2f483c8f8f717b86067273208f2434cb57bb7060
parent42c9be4fdfdbb72a0cfe0e3350ef6a142beb2222 (diff)
downloadtip-82d93307bed5cc527250869ee1d498f1903aa539.tar.gz
headers/deps: uuid: Optimize <linux/uuid.h> dependencies, remove <linux/uuid_api.h> inclusion
-------------------------------------------------------------------- | Combined, preprocessed C code size of header, without line markers, | with comments stripped: ------------------------- before: | #include <linux/uuid.h> | LOC: 760 | headers: 51 after: | #include <linux/uuid.h> | LOC: 183 | headers: 27 Fix up dangling dependencies. Signed-off-by: Ingo Molnar <mingo@kernel.org>
-rw-r--r--include/linux/uuid.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/uuid.h b/include/linux/uuid.h
index d2d0489d13315f..c4173d9df798bd 100644
--- a/include/linux/uuid.h
+++ b/include/linux/uuid.h
@@ -9,6 +9,5 @@
#define _LINUX_UUID_H_
#include <linux/uuid_types.h>
-#include <linux/uuid_api.h>
#endif