From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.224]) by ozlabs.org (Postfix) with ESMTP id 74FCADDE0D for ; Sun, 29 Mar 2009 06:10:26 +1100 (EST) Received: by rv-out-0506.google.com with SMTP id g37so829423rvb.1 for ; Sat, 28 Mar 2009 12:10:24 -0700 (PDT) MIME-Version: 1.0 Date: Sat, 28 Mar 2009 20:10:09 +0100 Message-ID: Subject: BUS_ID_SIZE is going away From: Kay Sievers To: Kumar Gala Content-Type: text/plain; charset=UTF-8 Cc: linuxppc-dev@ozlabs.org, Greg Kroah-Hartmann List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Hey, care to replace: bus_id[BUS_ID_SIZE]; in: include/linux/fsl_devices.h with a locally defined limit, or whatever fits your needs? Or let me know how you like it to be converted, and I can make a patch, and we can push it through the driver-core tree. The driver core and kobjects have no longer a limit on the device names. We want to remove BUS_ID_SIZE from the driver core header in the current 2.6.30 timeframe. Thanks, Kay