forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-13 9d77db3c730780c8ef5ccd4b66403ff5675cfe4e
kernel/arch/ia64/kernel/sys_ia64.c
....@@ -166,21 +166,3 @@
166166 force_successful_syscall_return();
167167 return addr;
168168 }
169
-
170
-#ifndef CONFIG_PCI
171
-
172
-asmlinkage long
173
-sys_pciconfig_read (unsigned long bus, unsigned long dfn, unsigned long off, unsigned long len,
174
- void *buf)
175
-{
176
- return -ENOSYS;
177
-}
178
-
179
-asmlinkage long
180
-sys_pciconfig_write (unsigned long bus, unsigned long dfn, unsigned long off, unsigned long len,
181
- void *buf)
182
-{
183
- return -ENOSYS;
184
-}
185
-
186
-#endif /* CONFIG_PCI */