* patch and two questions
@ 2002-03-02 23:29 Ray Lehtiniemi
2002-03-03 9:51 ` David Woodhouse
2002-03-03 9:52 ` David Woodhouse
0 siblings, 2 replies; 3+ messages in thread
From: Ray Lehtiniemi @ 2002-03-02 23:29 UTC (permalink / raw)
To: linux-mtd
hi all
i'm using the latest MTD CVS against arm linux-2.4.18-rmk1.
first a patch that seems to be needed:
Index: include/linux/mtd/compatmac.h
===================================================================
RCS file: /home/cvs/mtd/include/linux/mtd/compatmac.h,v
retrieving revision 1.33
diff -u -r1.33 compatmac.h
--- include/linux/mtd/compatmac.h 2002/03/02 22:08:26 1.33
+++ include/linux/mtd/compatmac.h 2002/03/02 23:21:26
@@ -489,7 +489,7 @@
{
recalc_sigpending(current);
}
-#define recalc_sigpending() __recalc_sigpending ()
+#define recalc_sigpending(c) __recalc_sigpending ()
#endif
#if LINUX_VERSION_CODE < KERNEL_VERSION(2,5,5)
now, two questions:
i get the following compile warnings all over the place:
/opt/dev/linux/src/linux/include/linux/mtd/compatmac.h:492: warning:
`recalc_sigpending' redefined
/opt/dev/linux/src/linux/include/linux/modules/signal.ver:24: warning:
this is the location of the previous definition
should i be worried?
second, if i have a flash device which i want to partition, is it better
to use add_mtd_partitions() or use the approach taken by
mtd/drivers/mtd/maps/nora.c? just looking at the code, they seem to
accomplish the same thing, correct?
thanks
--
---------------------------------------------------------------------------
Ray Lehtiniemi <rayl@mail.com> <rayl@otii.com>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2002-03-03 9:41 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-03-02 23:29 patch and two questions Ray Lehtiniemi
2002-03-03 9:51 ` David Woodhouse
2002-03-03 9:52 ` David Woodhouse
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.