From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from 64.mail-out.ovh.net ([91.121.185.65]) by bombadil.infradead.org with smtp (Exim 4.72 #1 (Red Hat Linux)) id 1OorI0-0005io-Iu for barebox@lists.infradead.org; Fri, 27 Aug 2010 05:15:48 +0000 From: Jean-Christophe PLAGNIOL-VILLARD Date: Fri, 27 Aug 2010 07:15:18 +0200 Message-Id: <1282886118-15217-4-git-send-email-plagnioj@jcrosoft.com> In-Reply-To: <1282886118-15217-1-git-send-email-plagnioj@jcrosoft.com> References: <1282886118-15217-1-git-send-email-plagnioj@jcrosoft.com> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: barebox-bounces@lists.infradead.org Errors-To: barebox-bounces+u.kleine-koenig=pengutronix.de@lists.infradead.org Subject: [PATCH 4/4] use resource_size_t for device ressoruces To: barebox@lists.infradead.org Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD --- include/driver.h | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/driver.h b/include/driver.h index ae3e777..eddbbf3 100644 --- a/include/driver.h +++ b/include/driver.h @@ -70,11 +70,11 @@ struct device_d { int id; /*! FIXME */ - unsigned long size; + resource_size_t size; /*! For devices which are directly mapped into memory, i.e. NOR * Flash or SDRAM. */ - unsigned long map_base; + resource_size_t map_base; void *platform_data; /*! board specific information about this device */ -- 1.7.1 _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox