aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/include/asm/dcr-mmio.h
diff options
context:
space:
mode:
authorAnders Roxell <anders.roxell@linaro.org>2015-03-20 21:04:04 +0100
committerAnders Roxell <anders.roxell@linaro.org>2015-03-20 21:04:04 +0100
commit82fc0deb5fb5067c5207ace309b4e3af3eeec17b (patch)
treeb74cc762f65e4e8957098767b07e423f62cc38a4 /arch/powerpc/include/asm/dcr-mmio.h
parente20e8b472345ea5babd805db6726d1a7000f7673 (diff)
parent5210951a4876a42856434546d2789838d3e35f34 (diff)
Merge branch 'linux-linaro-lsk-v3.14' into linux-linaro-lsk-v3.14-rtlsk-v3.14-15.03-rt
Diffstat (limited to 'arch/powerpc/include/asm/dcr-mmio.h')
-rw-r--r--arch/powerpc/include/asm/dcr-mmio.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/powerpc/include/asm/dcr-mmio.h b/arch/powerpc/include/asm/dcr-mmio.h
index acd491dbd45a..93a68b28e695 100644
--- a/arch/powerpc/include/asm/dcr-mmio.h
+++ b/arch/powerpc/include/asm/dcr-mmio.h
@@ -51,10 +51,6 @@ static inline void dcr_write_mmio(dcr_host_mmio_t host,
out_be32(host.token + ((host.base + dcr_n) * host.stride), value);
}
-extern u64 of_translate_dcr_address(struct device_node *dev,
- unsigned int dcr_n,
- unsigned int *stride);
-
#endif /* __KERNEL__ */
#endif /* _ASM_POWERPC_DCR_MMIO_H */