All of lore.kernel.org
 help / color / mirror / Atom feed
* [KJ] [PATCH] fix legacy megaraid-driver to compile without
@ 2006-07-06 19:54 ` Henne
  0 siblings, 0 replies; 16+ messages in thread
From: Henne @ 2006-07-06 19:54 UTC (permalink / raw)
  To: Neela.Kolli; +Cc: linux-scsi, linux-kernel, kernel-janitors

From: Henrik Kretzschmar <henne@nachtwindheim.de>

Create an empty inline function to make the legacy megaraid-driver compile
without PROC_FS.
Signed-off-by: Henrik Kretzschmar <henne@nachtwindheim.de>
---

--- linux-2.6.18-rc1/drivers/scsi/megaraid.h    2006-06-18 03:49:35.000000000 +0200
+++ linux/drivers/scsi/megaraid.h       2006-07-06 21:39:59.000000000 +0200
@@ -1039,6 +1039,9 @@
 static int proc_rdrv_30(char *, char **, off_t, int, int *, void *);
 static int proc_rdrv_40(char *, char **, off_t, int, int *, void *);
 static int proc_rdrv(adapter_t *, char *, int, int);
+#else
+static inline void
+mega_create_proc_entry(int index, struct proc_dir_entry *parent) {}
 #endif

 static int mega_adapinq(adapter_t *, dma_addr_t);
_______________________________________________
Kernel-janitors mailing list
Kernel-janitors@lists.osdl.org
https://lists.osdl.org/mailman/listinfo/kernel-janitors

^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2006-07-07  6:32 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-07-06 19:54 [KJ] [PATCH] fix legacy megaraid-driver to compile without Henne
2006-07-06 19:54 ` [PATCH] fix legacy megaraid-driver to compile without CONFIG_PROC_FS Henne
2006-07-06 20:14 ` [KJ] [PATCH] fix legacy megaraid-driver to compile without Randy.Dunlap
2006-07-06 20:14   ` [KJ] [PATCH] fix legacy megaraid-driver to compile without CONFIG_PROC_FS Randy.Dunlap
2006-07-06 20:33   ` [KJ] [PATCH] fix legacy megaraid-driver to compile without Henne
2006-07-06 20:33     ` [KJ] [PATCH] fix legacy megaraid-driver to compile without CONFIG_PROC_FS Henne
2006-07-06 20:39     ` [KJ] [PATCH] fix legacy megaraid-driver to compile without Randy.Dunlap
2006-07-06 20:39       ` [KJ] [PATCH] fix legacy megaraid-driver to compile without CONFIG_PROC_FS Randy.Dunlap
2006-07-06 20:42     ` [KJ] [PATCH] fix legacy megaraid-driver to compile without Adrian Bunk
2006-07-06 20:42       ` [KJ] [PATCH] fix legacy megaraid-driver to compile without CONFIG_PROC_FS Adrian Bunk
2006-07-06 20:54       ` [KJ] [PATCH] fix legacy megaraid-driver to compile without Henne
2006-07-06 20:54         ` [KJ] [PATCH] fix legacy megaraid-driver to compile without CONFIG_PROC_FS Henne
2006-07-06 21:59         ` [KJ] [PATCH] fix legacy megaraid-driver to compile without Adrian Bunk
2006-07-06 21:59           ` [KJ] [PATCH] fix legacy megaraid-driver to compile without CONFIG_PROC_FS Adrian Bunk
2006-07-07  6:32           ` [KJ] [PATCH] fix legacy megaraid-driver to compile without Henne
2006-07-07  6:32             ` [KJ] [PATCH] fix legacy megaraid-driver to compile without CONFIG_PROC_FS Henne

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.