Commit 801430d8 authored by Anton Blanchard's avatar Anton Blanchard

ppc64: remove memset/memcpy function prototypes in eeh header file

parent 25e3042b
......@@ -25,6 +25,8 @@
#ifndef _EEH_H
#define _EEH_H
#include <linux/string.h>
struct pci_dev;
/* I/O addresses are converted to EEH "tokens" such that a driver will cause
......@@ -65,9 +67,6 @@ int is_eeh_configured(struct pci_dev *dev);
*/
unsigned long eeh_token_to_phys(unsigned long token);
extern void *memcpy(void *, const void *, unsigned long);
extern void *memset(void *,int, unsigned long);
/* EEH_POSSIBLE_ERROR() -- test for possible MMIO failure.
*
* Order this macro for performance.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment