On 11/18/2010 11:37 PM, Seibel, Eric wrote:
 From 2811c70dae93ad1907277bbb8b0ee352980e3b48 Mon Sep 17 00:00:00 2001
From: Pierre Tardy<[email protected]>
Date: Thu, 18 Nov 2010 20:11:37 +0100
Subject: [PATCH 3/6] mrst.c: make the delayed device mechanism more generic

This allows platform drivers with uncommon requirements
to fit the design pattern more cleanly.

Signed-off-by: Pierre Tardy<[email protected]>
---
  arch/x86/kernel/mrst.c |  106 ++++++++++++++++++++++++-----------------------
  1 files changed, 54 insertions(+), 52 deletions(-)



+WARNING: vmlinux.o(.text+0x1b6f1): Section mismatch in reference from the function intel_delayed_i2c_device_register_cb() to the function .init.text:i2c_register_board_info()
+The function intel_delayed_i2c_device_register_cb() references
+the function __init i2c_register_board_info().
+This is often because intel_delayed_i2c_device_register_cb lacks a __init
+annotation or the annotation of i2c_register_board_info is wrong.


si that one of yours? if so, can you please fix the compiler warnings in it...

_______________________________________________
MeeGo-kernel mailing list
[email protected]
http://lists.meego.com/listinfo/meego-kernel

Reply via email to