Re: [PATCH 10/10] [HEADS UP] fbdev: Move arch-specific bits to their respective subdirectories
From: Kumar Gala <hidden>
Date: 2007-05-17 00:56:28
On May 16, 2007, at 4:33 PM, Antonino A. Daplas wrote:
Move arch-specific bits of fb_mmap() to their respective subdirectories Signed-off-by: Antonino Daplas <adaplas@gmail.com> --- Hi all, Please let me know if there are mistakes with this patch. Thanks. Tony drivers/video/fbmem.c | 65 ++++ +--------------------------------------- include/asm-alpha/fb.h | 7 +++++ include/asm-arm/fb.h | 12 ++++++++ include/asm-arm26/fb.h | 7 +++++ include/asm-avr32/fb.h | 14 +++++++++ include/asm-blackfin/fb.h | 7 +++++ include/asm-cris/fb.h | 7 +++++ include/asm-frv/fb.h | 7 +++++ include/asm-h8300/fb.h | 7 +++++ include/asm-i386/fb.h | 13 +++++++++ include/asm-ia64/fb.h | 15 ++++++++++ include/asm-m32r/fb.h | 12 ++++++++ include/asm-m68k/fb.h | 28 +++++++++++++++++++ include/asm-m68knommu/fb.h | 7 +++++ include/asm-mips/fb.h | 12 ++++++++ include/asm-parisc/fb.h | 12 ++++++++ include/asm-powerpc/fb.h | 14 +++++++++ include/asm-ppc/fb.h | 14 +++++++++
You don't need a version in asm-ppc since you have one in asm- powerpc. We are slowly phasing out arch/ppc in favor of arch/powerpc which merges the 32 and 64-bit support.
include/asm-s390/fb.h | 7 +++++ include/asm-sh/fb.h | 12 ++++++++ include/asm-sh64/fb.h | 12 ++++++++ include/asm-sparc/fb.h | 6 ++++ include/asm-sparc64/fb.h | 15 ++++++++++ include/asm-v850/fb.h | 7 +++++ include/asm-x86_64/fb.h | 13 +++++++++ include/asm-xtensa/fb.h | 7 +++++ include/linux/fb.h | 12 ++++++++ 27 files changed, 293 insertions(+), 58 deletions(-)
- k ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/