summaryrefslogtreecommitdiff
path: root/include/dt-bindings/interrupt-controller/mips-gic.h
blob: cf35a577e371d76444a15bcc2e0dc0505e113f9c (plain)
1
2
3
4
5
6
7
8
9
#ifndef _DT_BINDINGS_INTERRUPT_CONTROLLER_MIPS_GIC_H
#define _DT_BINDINGS_INTERRUPT_CONTROLLER_MIPS_GIC_H

#include <dt-bindings/interrupt-controller/irq.h>

#define GIC_SHARED 0
#define GIC_LOCAL 1

#endif
3cd2ef33eb4f3a5604f8 parenta505e58252715bbc18a0ee1abae23615fe2586db (diff)
soc: qcom: smem_state: Fix include for ERR_PTR()
The correct include file for getting errno constants and ERR_PTR() is linux/err.h, rather than linux/errno.h, so fix the include. Fixes: e8b123e60084 ("soc: qcom: smem_state: Add stubs for disabled smem_state") Acked-by: Andy Gross <andy.gross@linaro.org> Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org> Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
Diffstat