diff options
Diffstat (limited to '')
-rw-r--r-- | arch/arm64/include/asm/fb.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/arm64/include/asm/fb.h b/arch/arm64/include/asm/fb.h new file mode 100644 index 0000000000..1a495d8fb2 --- /dev/null +++ b/arch/arm64/include/asm/fb.h @@ -0,0 +1,10 @@ +/* SPDX-License-Identifier: GPL-2.0-only */ +/* + * Copyright (C) 2012 ARM Ltd. + */ +#ifndef __ASM_FB_H_ +#define __ASM_FB_H_ + +#include <asm-generic/fb.h> + +#endif /* __ASM_FB_H_ */ |