realtek: drop fixup_bigphys_addr from ioremap.h in 5.10
A macro with the same name is provided in asm/pgtable.h in Kernel 5.10, use it and drop from ioremap.h. Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
This commit is contained in:
parent
2ec38bfea1
commit
781f50705c
1 changed files with 0 additions and 5 deletions
|
@ -2,11 +2,6 @@
|
||||||
#ifndef RTL838X_IOREMAP_H_
|
#ifndef RTL838X_IOREMAP_H_
|
||||||
#define RTL838X_IOREMAP_H_
|
#define RTL838X_IOREMAP_H_
|
||||||
|
|
||||||
static inline phys_addr_t fixup_bigphys_addr(phys_addr_t phys_addr, phys_addr_t size)
|
|
||||||
{
|
|
||||||
return phys_addr;
|
|
||||||
}
|
|
||||||
|
|
||||||
static inline int is_rtl838x_internal_registers(phys_addr_t offset)
|
static inline int is_rtl838x_internal_registers(phys_addr_t offset)
|
||||||
{
|
{
|
||||||
/* IO-Block */
|
/* IO-Block */
|
||||||
|
|
Loading…
Reference in a new issue