#include "xf86_OSproc.h"
int xf86LoadKernelModule(const char *pathname)
{
(void) pathname;
return 0; /* failure */
}