public inbox for linux-ia64@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] fix warning with CONFIG_PROFILING=y
@ 2003-10-06 21:18 John Levon
  0 siblings, 0 replies; only message in thread
From: John Levon @ 2003-10-06 21:18 UTC (permalink / raw)
  To: linux-ia64


Needs a forward declaration of struct pt_regs in Linus's current tree.

regards
john

Index: linux-ia64/include/linux/profile.h
=================================RCS file: /home/cvs/linux-2.5/include/linux/profile.h,v
retrieving revision 1.5
diff -u -a -p -r1.5 profile.h
--- linux-ia64/include/linux/profile.h	7 Mar 2003 15:39:16 -0000	1.5
+++ linux-ia64/include/linux/profile.h	6 Oct 2003 19:20:58 -0000
@@ -48,6 +48,8 @@ int profile_event_unregister(enum profil
 int register_profile_notifier(struct notifier_block * nb);
 int unregister_profile_notifier(struct notifier_block * nb);
 
+struct pt_regs;
+
 /* profiling hook activated on each timer interrupt */
 void profile_hook(struct pt_regs * regs);
 

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-10-06 21:18 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-10-06 21:18 [PATCH] fix warning with CONFIG_PROFILING=y John Levon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox