diff --git a/[refs] b/[refs] index 6b494bc62342..7cd39806a04e 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 6a3670c4f1b97373425340ab2dc0a66c25983d46 +refs/heads/master: 2722de7fed1601eb7de84f929e00776d37a4cf5f diff --git a/trunk/Makefile b/trunk/Makefile index 7a06c16602fd..80dac0245d66 100644 --- a/trunk/Makefile +++ b/trunk/Makefile @@ -936,7 +936,6 @@ headers_install: include/linux/version.h scripts_basic FORCE echo '*** Error: Headers not exportable for this architecture ($(ARCH))'; \ exit 1 ; fi $(Q)$(MAKE) $(build)=scripts scripts/unifdef - $(Q)rm -rf $(INSTALL_HDR_PATH)/include $(Q)$(MAKE) -f $(srctree)/scripts/Makefile.headersinst obj=include PHONY += headers_check diff --git a/trunk/drivers/ata/Kconfig b/trunk/drivers/ata/Kconfig index 99837d932f36..5a8bdac5f5e8 100644 --- a/trunk/drivers/ata/Kconfig +++ b/trunk/drivers/ata/Kconfig @@ -6,8 +6,6 @@ menu "Serial ATA (prod) and Parallel ATA (experimental) drivers" config ATA tristate "ATA device support" - depends on !(M32R || M68K) || BROKEN - depends on !SUN4 || BROKEN select SCSI ---help--- If you want to use a ATA hard disk, ATA tape drive, ATA CD-ROM or diff --git a/trunk/drivers/scsi/aacraid/commsup.c b/trunk/drivers/scsi/aacraid/commsup.c index 19e42ac07cb2..8734a045558e 100644 --- a/trunk/drivers/scsi/aacraid/commsup.c +++ b/trunk/drivers/scsi/aacraid/commsup.c @@ -40,7 +40,6 @@ #include #include #include -#include #include #include #include diff --git a/trunk/include/asm-frv/libata-portmap.h b/trunk/include/asm-frv/libata-portmap.h deleted file mode 100644 index 75484ef0c743..000000000000 --- a/trunk/include/asm-frv/libata-portmap.h +++ /dev/null @@ -1 +0,0 @@ -#include diff --git a/trunk/include/linux/netfilter/x_tables.h b/trunk/include/linux/netfilter/x_tables.h index 04319a76103a..739a98eebe2c 100644 --- a/trunk/include/linux/netfilter/x_tables.h +++ b/trunk/include/linux/netfilter/x_tables.h @@ -390,13 +390,13 @@ extern int xt_compat_match_offset(struct xt_match *match); extern void xt_compat_match_from_user(struct xt_entry_match *m, void **dstptr, int *size); extern int xt_compat_match_to_user(struct xt_entry_match *m, - void __user **dstptr, int *size); + void * __user *dstptr, int *size); extern int xt_compat_target_offset(struct xt_target *target); extern void xt_compat_target_from_user(struct xt_entry_target *t, void **dstptr, int *size); extern int xt_compat_target_to_user(struct xt_entry_target *t, - void __user **dstptr, int *size); + void * __user *dstptr, int *size); #endif /* CONFIG_COMPAT */ #endif /* __KERNEL__ */ diff --git a/trunk/include/net/netlabel.h b/trunk/include/net/netlabel.h index dd5780b36919..fc2b72fc7e07 100644 --- a/trunk/include/net/netlabel.h +++ b/trunk/include/net/netlabel.h @@ -108,7 +108,7 @@ */ static inline struct sk_buff *netlbl_netlink_alloc_skb(size_t head, size_t body, - gfp_t gfp_flags) + int gfp_flags) { struct sk_buff *skb; diff --git a/trunk/net/ipv4/netfilter/ip_tables.c b/trunk/net/ipv4/netfilter/ip_tables.c index 78a44b01c035..800067d69a9a 100644 --- a/trunk/net/ipv4/netfilter/ip_tables.c +++ b/trunk/net/ipv4/netfilter/ip_tables.c @@ -1364,15 +1364,15 @@ struct compat_ipt_replace { }; static inline int compat_copy_match_to_user(struct ipt_entry_match *m, - void __user **dstptr, compat_uint_t *size) + void * __user *dstptr, compat_uint_t *size) { return xt_compat_match_to_user(m, dstptr, size); } static int compat_copy_entry_to_user(struct ipt_entry *e, - void __user **dstptr, compat_uint_t *size) + void * __user *dstptr, compat_uint_t *size) { - struct ipt_entry_target *t; + struct ipt_entry_target __user *t; struct compat_ipt_entry __user *ce; u_int16_t target_offset, next_offset; compat_uint_t origsize; diff --git a/trunk/sound/drivers/mts64.c b/trunk/sound/drivers/mts64.c index ab8d4effcf9e..169987302ae4 100644 --- a/trunk/sound/drivers/mts64.c +++ b/trunk/sound/drivers/mts64.c @@ -677,7 +677,7 @@ static int __devinit snd_mts64_ctl_create(struct snd_card *card, &mts64_ctl_smpte_time_seconds, &mts64_ctl_smpte_time_frames, &mts64_ctl_smpte_fps, - NULL }; + 0 }; for (i = 0; control[i]; ++i) { err = snd_ctl_add(card, snd_ctl_new1(control[i], mts)); diff --git a/trunk/sound/sparc/dbri.c b/trunk/sound/sparc/dbri.c index 8016541ec16d..e4935fca12df 100644 --- a/trunk/sound/sparc/dbri.c +++ b/trunk/sound/sparc/dbri.c @@ -669,7 +669,7 @@ static s32 *dbri_cmdlock(struct snd_dbri * dbri, int len) else printk(KERN_ERR "DBRI: no space for commands."); - return NULL; + return 0; } /* @@ -2037,10 +2037,10 @@ static int snd_dbri_open(struct snd_pcm_substream *substream) spin_unlock_irqrestore(&dbri->lock, flags); snd_pcm_hw_rule_add(runtime,0,SNDRV_PCM_HW_PARAM_CHANNELS, - snd_hw_rule_format, NULL, SNDRV_PCM_HW_PARAM_FORMAT, + snd_hw_rule_format, 0, SNDRV_PCM_HW_PARAM_FORMAT, -1); snd_pcm_hw_rule_add(runtime,0,SNDRV_PCM_HW_PARAM_FORMAT, - snd_hw_rule_channels, NULL, + snd_hw_rule_channels, 0, SNDRV_PCM_HW_PARAM_CHANNELS, -1);