From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Message-ID: <17581.40865.169428.154793@cargo.ozlabs.ibm.com> Date: Fri, 7 Jul 2006 09:41:21 +1000 From: Paul Mackerras To: Jeremy Kerr Subject: Re: [PATCH 4/20] Mark platform device data as const In-Reply-To: <45499930@toto.iv> Cc: linuxppc-dev@ozlabs.org, greg@kroah.com List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Jeremy Kerr writes: > platform_device_add_data()'s data argument can be qualified as const - > the function just copies it to another buffer. Ummm, you change the actual function definition here, but you put the change to the declaration in include/linux/platform_device.h in your [5/20] patch. Please redo this patch with the change to the declaration included. Paul.