[PATCH] oss/cs4281: fix initdata section references

From: Randy.Dunlap (rddunlap_at_osdl.org)
Date: 03/05/05

  • Next message: James Bourne: "Re: RFD: Kernel release numbering"
    Date:	Fri, 4 Mar 2005 21:53:06 -0800
    To: linux-sound@vger.kernel.org, lkml <linux-kernel@vger.kernel.org>
    
    

    oss/cs4281: fix initdata section references:

    Error: ./sound/oss/cs4281/cs4281.o .text refers to 0000000000006dae R_X86_64_32S .init.data+0x0000000000000004
    Error: ./sound/oss/cs4281/cs4281.o .text refers to 0000000000006db6 R_X86_64_32S .init.data
    Error: ./sound/oss/cs4281/cs4281m.o .text refers to 0000000000006dae R_X86_64_32S .init.data+0x0000000000000004
    Error: ./sound/oss/cs4281/cs4281m.o .text refers to 0000000000006db6 R_X86_64_32S .init.data

    Signed-off-by: Randy Dunlap <rddunlap@osdl.org>

    diffstat:=
     sound/oss/cs4281/cs4281m.c | 2 +-
     1 files changed, 1 insertion(+), 1 deletion(-)

    diff -Naurp ./sound/oss/cs4281/cs4281m.c~oss_cs4281_sections ./sound/oss/cs4281/cs4281m.c
    --- ./sound/oss/cs4281/cs4281m.c~oss_cs4281_sections 2005-03-01 23:38:33.000000000 -0800
    +++ ./sound/oss/cs4281/cs4281m.c 2005-03-04 21:35:51.000000000 -0800
    @@ -4096,7 +4096,7 @@ static /*const */ struct file_operations
     static struct initvol {
             int mixch;
             int vol;
    -} initvol[] __initdata = {
    +} initvol[] __devinitdata = {
     
             {
             SOUND_MIXER_WRITE_VOLUME, 0x4040}, {

    ---
    ---
    ~Randy
    -
    To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
    the body of a message to majordomo@vger.kernel.org
    More majordomo info at  http://vger.kernel.org/majordomo-info.html
    Please read the FAQ at  http://www.tux.org/lkml/
    

  • Next message: James Bourne: "Re: RFD: Kernel release numbering"

    Relevant Pages

    • [PATCH] oss/esssolo1: fix initdata section references
      ... oss/esssolo1: fix initdata section reference: ... To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ ...
      (Linux-Kernel)
    • [PATCH] oss/cmpci: fix initdata section references
      ... --- ~Randy - ... To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ ...
      (Linux-Kernel)
    • [PATCH] oss/es1370: fix initdata section references
      ... oss/es1370: fix initdata section reference: ... To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ ...
      (Linux-Kernel)
    • Re: [patch] cyrix eliminate bad section references
      ... > Fix cyrix section references: ... > not many left on my .config, thanks Randy! ... To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ ...
      (Linux-Kernel)
    • [PATCH] use EFLAGS #defines instead of inline constants
      ... // use x86 EFLAGS defines in place of inline constants; ... -- ~Randy - ... To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ ...
      (Linux-Kernel)