of: add 'of_' prefix to machine_is_compatible()

Previous thread: of: use __be32 for cell value accessors by Linux Kernel Mailing List on Thursday, February 25, 2010 - 4:59 pm. (1 message)

Next thread: of: assume big-endian properties, adding conversions where necessary by Linux Kernel Mailing List on Thursday, February 25, 2010 - 4:59 pm. (1 message)
From: Linux Kernel Mailing List
Date: Thursday, February 25, 2010 - 4:59 pm

Gitweb:     http://git.kernel.org/linus/71a157e8edca55198e808f8561dd49017a54ee34
Commit:     71a157e8edca55198e808f8561dd49017a54ee34
Parent:     89751a7cb70a20f0d604dd7c4be29dd7b0011718
Author:     Grant Likely <grant.likely@secretlab.ca>
AuthorDate: Mon Feb 1 21:34:14 2010 -0700
Committer:  Grant Likely <grant.likely@secretlab.ca>
CommitDate: Tue Feb 9 08:33:00 2010 -0700

    of: add 'of_' prefix to machine_is_compatible()
    
    machine is compatible is an OF-specific call.  It should have
    the of_ prefix to protect the global namespace.
    
    Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
    Acked-by: Michal Simek <monstr@monstr.eu>
---
 arch/powerpc/kernel/pci_64.c                  |    2 +-
 arch/powerpc/platforms/85xx/xes_mpc85xx.c     |    4 +-
 arch/powerpc/platforms/cell/cbe_powerbutton.c |    2 +-
 arch/powerpc/platforms/cell/ras.c             |    2 +-
 arch/powerpc/platforms/pasemi/cpufreq.c       |    4 +-
 arch/powerpc/platforms/powermac/cpufreq_32.c  |   14 ++++----
 arch/powerpc/platforms/powermac/cpufreq_64.c  |   14 ++++----
 arch/powerpc/platforms/powermac/feature.c     |    2 +-
 arch/powerpc/platforms/powermac/smp.c         |   12 +++---
 arch/powerpc/platforms/powermac/time.c        |    8 ++--
 arch/powerpc/platforms/powermac/udbg_scc.c    |    6 ++--
 arch/powerpc/sysdev/grackle.c                 |    4 +-
 drivers/char/hvc_beat.c                       |    2 +-
 drivers/gpu/drm/radeon/radeon_combios.c       |   44 ++++++++++++------------
 drivers/macintosh/adb.c                       |    4 +-
 drivers/macintosh/therm_pm72.c                |    8 ++--
 drivers/macintosh/therm_windtunnel.c          |    2 +-
 drivers/macintosh/via-pmu-backlight.c         |    8 ++--
 drivers/macintosh/via-pmu.c                   |    8 ++--
 drivers/macintosh/windfarm_core.c             |    6 ++--
 drivers/macintosh/windfarm_cpufreq_clamp.c    |    6 ++--
 drivers/macintosh/windfarm_lm75_sensor.c      |    6 ++--
 ...
Previous thread: of: use __be32 for cell value accessors by Linux Kernel Mailing List on Thursday, February 25, 2010 - 4:59 pm. (1 message)

Next thread: of: assume big-endian properties, adding conversions where necessary by Linux Kernel Mailing List on Thursday, February 25, 2010 - 4:59 pm. (1 message)