From 4cf7f1298970d6ff78c3c8d0a761f33e67f3cb00 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Sat, 28 Dec 2019 10:44:53 -0700 Subject: common: Move type declarations to linux/types.h This file already has lots of type declarations so it seems better to put all of them there. Move them. Signed-off-by: Simon Glass --- include/common.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'include/common.h') diff --git a/include/common.h b/include/common.h index 691dc173c0..4ee14f78d0 100644 --- a/include/common.h +++ b/include/common.h @@ -15,10 +15,6 @@ #ifndef __ASSEMBLY__ /* put C only stuff in this section */ -typedef volatile unsigned long vu_long; -typedef volatile unsigned short vu_short; -typedef volatile unsigned char vu_char; - #include #include #include -- cgit