--- include/linux/profile.h.orig 2004-03-27 02:05:31.000000000 +0100 +++ include/linux/profile.h 2004-03-27 02:05:58.000000000 +0100 @@ -69,7 +69,7 @@ #define profile_exec_unmap(a) do { } while (0) #define profile_exit_mmap(a) do { } while (0) -static inline int register_profile_notifier*struct notifier_block * nb) +static inline int register_profile_notifier(struct notifier_block * nb) { return -ENOSYS; }