All of lore.kernel.org
 help / color / mirror / Atom feed
* More build errors and warnings
@ 2012-02-20  7:53 Russell King - ARM Linux
  2012-02-20 17:55 ` Tony Lindgren
  0 siblings, 1 reply; 4+ messages in thread
From: Russell King - ARM Linux @ 2012-02-20  7:53 UTC (permalink / raw)
  To: linux-omap

Errors:

arch/arm/mach-omap2/built-in.o: In function `n8x0_mmc_callback': twl-common.c:(.text+0x108a0): undefined reference to `omap_mmc_notify_cover_event'</pre><h2>Warnings

Warnings:

drivers/iommu/omap-iommu-debug.c:271: warning: passing argument 1 of 'omap_find_iovm_area' from incompatible pointer type
drivers/iommu/omap-iommu-debug.c:308: warning: passing argument 1 of 'omap_find_iovm_area' from incompatible pointer type

These two are a serious problem, which needs fixing for -rc:

omap-iommu-debug.c:
        struct omap_iommu *obj = file->private_data;

        area = omap_find_iovm_area(obj, (u32)ppos);

arch/arm/plat-omap/include/plat/iovmm.h:extern struct iovm_struct *omap_find_iovm_area(struct device *dev, u32 da);

Config file (for the next 7 days):
http://www.arm.linux.org.uk/developer/build/file.php?type=config&idx=170

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

end of thread, other threads:[~2012-02-20 18:06 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-20  7:53 More build errors and warnings Russell King - ARM Linux
2012-02-20 17:55 ` Tony Lindgren
2012-02-20 18:01   ` Ohad Ben-Cohen
2012-02-20 18:06   ` [PATCH] ARM: OMAP: Fix build error when mmc_omap is built as module Tony Lindgren

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.