Skip to content

Commit 57b3ec3

Browse files
tdzglaubitz
authored andcommitted
sh: Include <linux/io.h> in dac.h
Include <linux/io.h> to avoid depending on <linux/backlight.h> for including it. Declares __raw_readb() and __raw_writeb(). Signed-off-by: Thomas Zimmermann <[email protected]> Reported-by: kernel test robot <[email protected]> Closes: https://lore.kernel.org/oe-kbuild-all/[email protected]/ Fixes: 243ce64 ("backlight: Do not include <linux/fb.h> in header file") Cc: Thomas Zimmermann <[email protected]> Cc: Daniel Thompson (RISCstar) <[email protected]> Cc: Simona Vetter <[email protected]> Cc: Lee Jones <[email protected]> Cc: Daniel Thompson <[email protected]> Cc: Jingoo Han <[email protected]> Cc: [email protected] Reviewed-by: John Paul Adrian Glaubitz <[email protected]> Reviewed-by: Daniel Thompson (RISCstar) <[email protected]> Signed-off-by: John Paul Adrian Glaubitz <[email protected]>
1 parent 6de23f8 commit 57b3ec3

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • arch/sh/include/cpu-sh3/cpu

arch/sh/include/cpu-sh3/cpu/dac.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
#ifndef __ASM_CPU_SH3_DAC_H
33
#define __ASM_CPU_SH3_DAC_H
44

5+
#include <linux/io.h>
6+
57
/*
68
* Copyright (C) 2003 Andriy Skulysh
79
*/

0 commit comments

Comments
 (0)