1. 29 6月, 2006 1 次提交
  2. 25 6月, 2006 1 次提交
    • A
      V4L/DVB (4210b): git-dvb: tea575x-tuner build fix · 7477ddaa
      Andrew Morton 提交于
      In file included from sound/i2c/other/tea575x-tuner.c:30:
      include/sound/tea575x-tuner.h:36: error: field 'vd' has incomplete type
      include/sound/tea575x-tuner.h:37: error: field 'fops' has incomplete type
      sound/i2c/other/tea575x-tuner.c:89: warning: 'struct inode' declared inside parameter list
      sound/i2c/other/tea575x-tuner.c:89: warning: its scope is only this definition or declaration, which is probably not what you want
      sound/i2c/other/tea575x-tuner.c: In function 'snd_tea575x_ioctl':
      sound/i2c/other/tea575x-tuner.c:91: warning: implicit declaration of function 'video_devdata'
      sound/i2c/other/tea575x-tuner.c:91: warning: initialization makes pointer from integer without a cast
      sound/i2c/other/tea575x-tuner.c:92: warning: implicit declaration of function 'video_get_drvdata'
      sound/i2c/other/tea575x-tuner.c:92: warning: initialization makes pointer from integer without a cast
      sound/i2c/other/tea575x-tuner.c:96: warning: implicit declaration of function '_IOR'
      sound/i2c/other/tea575x-tuner.c:96: error: syntax error before 'struct'
      sound/i2c/other/tea575x-tuner.c:99: error: 'v' undeclared (first use in this function)
      sound/i2c/other/tea575x-tuner.c:99: error: (Each undeclared identifier is reported only once
      sound/i2c/other/tea575x-tuner.c:99: error: for each function it appears in.)
      sound/i2c/other/tea575x-tuner.c:108: warning: implicit declaration of function 'copy_to_user'
      sound/i2c/other/tea575x-tuner.c:112: warning: implicit declaration of function '_IOWR'
      sound/i2c/other/tea575x-tuner.c:112: error: syntax error before 'struct'
      sound/i2c/other/tea575x-tuner.c:115: warning: implicit declaration of function 'copy_from_user'
      sound/i2c/other/tea575x-tuner.c: At top level:
      sound/i2c/other/tea575x-tuner.c:129: error: syntax error before 'case'
      sound/i2c/other/tea575x-tuner.c:146: warning: type defaults to 'int' in declaration of 'snd_tea575x_set_freq'
      sound/i2c/other/tea575x-tuner.c:146: warning: parameter names (without types) in function declaration
      sound/i2c/other/tea575x-tuner.c:146: error: conflicting types for 'snd_tea575x_set_freq'
      sound/i2c/other/tea575x-tuner.c:62: error: previous definition of 'snd_tea575x_set_freq' was here
      sound/i2c/other/tea575x-tuner.c:146: warning: data definition has no type or storage class
      sound/i2c/other/tea575x-tuner.c:147: error: syntax error before 'return'
      sound/i2c/other/tea575x-tuner.c:151: error: syntax error before '&' token
      sound/i2c/other/tea575x-tuner.c:152: error: syntax error before '.' token
      sound/i2c/other/tea575x-tuner.c:152: warning: type defaults to 'int' in declaration of 'strcpy'
      sound/i2c/other/tea575x-tuner.c:152: warning: function declaration isn't a prototype
      sound/i2c/other/tea575x-tuner.c:152: error: conflicting types for 'strcpy'
      sound/i2c/other/tea575x-tuner.c:152: warning: data definition has no type or storage class
      sound/i2c/other/tea575x-tuner.c: In function 'snd_tea575x_init':
      sound/i2c/other/tea575x-tuner.c:194: warning: implicit declaration of function 'video_set_drvdata'
      sound/i2c/other/tea575x-tuner.c:197: error: 'video_exclusive_open' undeclared (first use in this function)
      sound/i2c/other/tea575x-tuner.c:198: error: 'video_exclusive_release' undeclared (first use in this function)
      sound/i2c/other/tea575x-tuner.c:200: warning: implicit declaration of function 'video_register_device'
      sound/i2c/other/tea575x-tuner.c:200: error: 'VFL_TYPE_RADIO' undeclared (first use in this function)
      sound/i2c/other/tea575x-tuner.c: In function 'snd_tea575x_exit':
      sound/i2c/other/tea575x-tuner.c:215: warning: implicit declaration of function 'video_unregister_device'
      distcc[7333] ERROR: compile sound/i2c/other/tea575x-tuner.c on x/32 failed
      make[1]: *** [sound/i2c/other/tea575x-tuner.o] Error 1
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NMauro Carvalho Chehab <mchehab@infradead.org>
      7477ddaa
  3. 23 6月, 2006 13 次提交
  4. 04 5月, 2006 1 次提交
  5. 28 4月, 2006 1 次提交
  6. 26 4月, 2006 1 次提交
  7. 12 4月, 2006 2 次提交
  8. 03 4月, 2006 1 次提交
  9. 31 3月, 2006 4 次提交
  10. 29 3月, 2006 1 次提交
  11. 24 3月, 2006 1 次提交
  12. 22 3月, 2006 10 次提交
  13. 11 1月, 2006 1 次提交
  14. 09 1月, 2006 1 次提交
    • J
      [PATCH] Eliminate __attribute__ ((packed)) warnings for gcc-4.1 · 6a878184
      Jan Blunck 提交于
      Since version 4.1 the gcc is warning about ignored attributes. This patch is
      using the equivalent attribute on the struct instead of on each of the
      structure or union members.
      
      GCC Manual:
        "Specifying Attributes of Types
      
         packed
          This attribute, attached to struct or union type definition, specifies
          that
          each member of the structure or union is placed to minimize the memory
          required. When attached to an enum definition, it indicates that the
          smallest integral type should be used.
      
          Specifying this attribute for struct and union types is equivalent to
          specifying the packed attribute on each of the structure or union
          members."
      Signed-off-by: NJan Blunck <jblunck@suse.de>
      Cc: Dave Jones <davej@codemonkey.org.uk>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      6a878184
  15. 04 1月, 2006 1 次提交