Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 336889
b: refs/heads/master
c: 2d991a1
h: refs/heads/master
i:
  336887: 8928b1f
v: v3
  • Loading branch information
Bill Pemberton authored and Greg Kroah-Hartman committed Nov 28, 2012
1 parent c49e805 commit 2b63292
Show file tree
Hide file tree
Showing 53 changed files with 73 additions and 73 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 82268714bdf06bc06135efb707a9de590ab2d294
refs/heads/master: 2d991a164a61858012651e13c59521975504e260
2 changes: 1 addition & 1 deletion trunk/drivers/watchdog/acquirewdt.c
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ static struct miscdevice acq_miscdev = {
* Init & exit routines
*/

static int __devinit acq_probe(struct platform_device *dev)
static int acq_probe(struct platform_device *dev)
{
int ret;

Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/watchdog/advantechwdt.c
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ static struct miscdevice advwdt_miscdev = {
* Init & exit routines
*/

static int __devinit advwdt_probe(struct platform_device *dev)
static int advwdt_probe(struct platform_device *dev)
{
int ret;

Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/watchdog/ar7_wdt.c
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ static struct miscdevice ar7_wdt_miscdev = {
.fops = &ar7_wdt_fops,
};

static int __devinit ar7_wdt_probe(struct platform_device *pdev)
static int ar7_wdt_probe(struct platform_device *pdev)
{
int rc;

Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/watchdog/at91rm9200_wdt.c
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ static struct miscdevice at91wdt_miscdev = {
.fops = &at91wdt_fops,
};

static int __devinit at91wdt_probe(struct platform_device *pdev)
static int at91wdt_probe(struct platform_device *pdev)
{
int res;

Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/watchdog/ath79_wdt.c
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ static struct miscdevice ath79_wdt_miscdev = {
.fops = &ath79_wdt_fops,
};

static int __devinit ath79_wdt_probe(struct platform_device *pdev)
static int ath79_wdt_probe(struct platform_device *pdev)
{
u32 ctrl;
int err;
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/watchdog/bcm63xx_wdt.c
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ static struct miscdevice bcm63xx_wdt_miscdev = {
};


static int __devinit bcm63xx_wdt_probe(struct platform_device *pdev)
static int bcm63xx_wdt_probe(struct platform_device *pdev)
{
int ret;
struct resource *r;
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/watchdog/bfin_wdt.c
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ static const struct watchdog_info bfin_wdt_info = {
* Registers the misc device. Actual device
* initialization is handled by bfin_wdt_open().
*/
static int __devinit bfin_wdt_probe(struct platform_device *pdev)
static int bfin_wdt_probe(struct platform_device *pdev)
{
int ret;

Expand Down
4 changes: 2 additions & 2 deletions trunk/drivers/watchdog/cpu5wdt.c
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ static struct miscdevice cpu5wdt_misc = {

/* init/exit function */

static int __devinit cpu5wdt_init(void)
static int cpu5wdt_init(void)
{
unsigned int val;
int err;
Expand Down Expand Up @@ -256,7 +256,7 @@ static int __devinit cpu5wdt_init(void)
return err;
}

static int __devinit cpu5wdt_init_module(void)
static int cpu5wdt_init_module(void)
{
return cpu5wdt_init();
}
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/watchdog/cpwd.c
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,7 @@ static const struct file_operations cpwd_fops = {
.llseek = no_llseek,
};

static int __devinit cpwd_probe(struct platform_device *op)
static int cpwd_probe(struct platform_device *op)
{
struct device_node *options;
const char *str_prop;
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/watchdog/da9052_wdt.c
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ static const struct watchdog_ops da9052_wdt_ops = {
};


static int __devinit da9052_wdt_probe(struct platform_device *pdev)
static int da9052_wdt_probe(struct platform_device *pdev)
{
struct da9052 *da9052 = dev_get_drvdata(pdev->dev.parent);
struct da9052_wdt_data *driver_data;
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/watchdog/davinci_wdt.c
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ static struct miscdevice davinci_wdt_miscdev = {
.fops = &davinci_wdt_fops,
};

static int __devinit davinci_wdt_probe(struct platform_device *pdev)
static int davinci_wdt_probe(struct platform_device *pdev)
{
int ret = 0, size;
struct device *dev = &pdev->dev;
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/watchdog/dw_wdt.c
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ static struct miscdevice dw_wdt_miscdev = {
.minor = WATCHDOG_MINOR,
};

static int __devinit dw_wdt_drv_probe(struct platform_device *pdev)
static int dw_wdt_drv_probe(struct platform_device *pdev)
{
int ret;
struct resource *mem = platform_get_resource(pdev, IORESOURCE_MEM, 0);
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/watchdog/ep93xx_wdt.c
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ static struct watchdog_device ep93xx_wdt_wdd = {
.ops = &ep93xx_wdt_ops,
};

static int __devinit ep93xx_wdt_probe(struct platform_device *pdev)
static int ep93xx_wdt_probe(struct platform_device *pdev)
{
struct resource *res;
unsigned long val;
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/watchdog/gef_wdt.c
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ static struct miscdevice gef_wdt_miscdev = {
};


static int __devinit gef_wdt_probe(struct platform_device *dev)
static int gef_wdt_probe(struct platform_device *dev)
{
int timeout = 10;
u32 freq;
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/watchdog/geodewdt.c
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ static struct miscdevice geodewdt_miscdev = {
.fops = &geodewdt_fops,
};

static int __devinit geodewdt_probe(struct platform_device *dev)
static int geodewdt_probe(struct platform_device *dev)
{
int ret;

Expand Down
26 changes: 13 additions & 13 deletions trunk/drivers/watchdog/hpwdt.c
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ asm(".text \n\t"
* 0 : SUCCESS
* <0 : FAILURE
*/
static int __devinit cru_detect(unsigned long map_entry,
static int cru_detect(unsigned long map_entry,
unsigned long map_offset)
{
void *bios32_map;
Expand Down Expand Up @@ -268,7 +268,7 @@ static int __devinit cru_detect(unsigned long map_entry,
/*
* bios_checksum
*/
static int __devinit bios_checksum(const char __iomem *ptr, int len)
static int bios_checksum(const char __iomem *ptr, int len)
{
char sum = 0;
int i;
Expand All @@ -293,7 +293,7 @@ static int __devinit bios_checksum(const char __iomem *ptr, int len)
* 0 : SUCCESS
* <0 : FAILURE
*/
static int __devinit bios32_present(const char __iomem *p)
static int bios32_present(const char __iomem *p)
{
struct bios32_service_dir *bios_32_ptr;
int length;
Expand Down Expand Up @@ -323,7 +323,7 @@ static int __devinit bios32_present(const char __iomem *p)
return -ENODEV;
}

static int __devinit detect_cru_service(void)
static int detect_cru_service(void)
{
char __iomem *p, *q;
int rc = -1;
Expand Down Expand Up @@ -395,7 +395,7 @@ asm(".text \n\t"
* This function checks whether or not a SMBIOS/DMI record is
* the 64bit CRU info or not
*/
static void __devinit dmi_find_cru(const struct dmi_header *dm, void *dummy)
static void dmi_find_cru(const struct dmi_header *dm, void *dummy)
{
struct smbios_cru64_info *smbios_cru64_ptr;
unsigned long cru_physical_address;
Expand All @@ -414,7 +414,7 @@ static void __devinit dmi_find_cru(const struct dmi_header *dm, void *dummy)
}
}

static int __devinit detect_cru_service(void)
static int detect_cru_service(void)
{
cru_rom_addr = NULL;

Expand Down Expand Up @@ -647,7 +647,7 @@ static struct miscdevice hpwdt_miscdev = {

#ifdef CONFIG_HPWDT_NMI_DECODING
#ifdef CONFIG_X86_LOCAL_APIC
static void __devinit hpwdt_check_nmi_decoding(struct pci_dev *dev)
static void hpwdt_check_nmi_decoding(struct pci_dev *dev)
{
/*
* If nmi_watchdog is turned off then we can turn on
Expand All @@ -656,7 +656,7 @@ static void __devinit hpwdt_check_nmi_decoding(struct pci_dev *dev)
hpwdt_nmi_decoding = 1;
}
#else
static void __devinit hpwdt_check_nmi_decoding(struct pci_dev *dev)
static void hpwdt_check_nmi_decoding(struct pci_dev *dev)
{
dev_warn(&dev->dev, "NMI decoding is disabled. "
"Your kernel does not support a NMI Watchdog.\n");
Expand All @@ -671,7 +671,7 @@ static void __devinit hpwdt_check_nmi_decoding(struct pci_dev *dev)
* This check is independent of architecture and needs to be made for
* any ProLiant system.
*/
static void __devinit dmi_find_icru(const struct dmi_header *dm, void *dummy)
static void dmi_find_icru(const struct dmi_header *dm, void *dummy)
{
struct smbios_proliant_info *smbios_proliant_ptr;

Expand All @@ -682,7 +682,7 @@ static void __devinit dmi_find_icru(const struct dmi_header *dm, void *dummy)
}
}

static int __devinit hpwdt_init_nmi_decoding(struct pci_dev *dev)
static int hpwdt_init_nmi_decoding(struct pci_dev *dev)
{
int retval;

Expand Down Expand Up @@ -762,11 +762,11 @@ static void hpwdt_exit_nmi_decoding(void)
iounmap(cru_rom_addr);
}
#else /* !CONFIG_HPWDT_NMI_DECODING */
static void __devinit hpwdt_check_nmi_decoding(struct pci_dev *dev)
static void hpwdt_check_nmi_decoding(struct pci_dev *dev)
{
}

static int __devinit hpwdt_init_nmi_decoding(struct pci_dev *dev)
static int hpwdt_init_nmi_decoding(struct pci_dev *dev)
{
return 0;
}
Expand All @@ -776,7 +776,7 @@ static void hpwdt_exit_nmi_decoding(void)
}
#endif /* CONFIG_HPWDT_NMI_DECODING */

static int __devinit hpwdt_init_one(struct pci_dev *dev,
static int hpwdt_init_one(struct pci_dev *dev,
const struct pci_device_id *ent)
{
int retval;
Expand Down
6 changes: 3 additions & 3 deletions trunk/drivers/watchdog/i6300esb.c
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ MODULE_DEVICE_TABLE(pci, esb_pci_tbl);
* Init & exit routines
*/

static unsigned char __devinit esb_getdevice(struct pci_dev *pdev)
static unsigned char esb_getdevice(struct pci_dev *pdev)
{
if (pci_enable_device(pdev)) {
pr_err("failed to enable device\n");
Expand Down Expand Up @@ -375,7 +375,7 @@ static unsigned char __devinit esb_getdevice(struct pci_dev *pdev)
return 0;
}

static void __devinit esb_initdevice(void)
static void esb_initdevice(void)
{
u8 val1;
u16 val2;
Expand Down Expand Up @@ -416,7 +416,7 @@ static void __devinit esb_initdevice(void)
esb_timer_set_heartbeat(heartbeat);
}

static int __devinit esb_probe(struct pci_dev *pdev,
static int esb_probe(struct pci_dev *pdev,
const struct pci_device_id *ent)
{
int ret;
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/watchdog/iTCO_wdt.c
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ static void __devexit iTCO_wdt_cleanup(void)
iTCO_wdt_private.gcs = NULL;
}

static int __devinit iTCO_wdt_probe(struct platform_device *dev)
static int iTCO_wdt_probe(struct platform_device *dev)
{
int ret = -ENODEV;
unsigned long val32;
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/watchdog/ib700wdt.c
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ static struct miscdevice ibwdt_miscdev = {
* Init & exit routines
*/

static int __devinit ibwdt_probe(struct platform_device *dev)
static int ibwdt_probe(struct platform_device *dev)
{
int res;

Expand Down
6 changes: 3 additions & 3 deletions trunk/drivers/watchdog/ie6xx_wdt.c
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ static const struct file_operations ie6xx_wdt_dbg_operations = {
.release = single_release,
};

static void __devinit ie6xx_wdt_debugfs_init(void)
static void ie6xx_wdt_debugfs_init(void)
{
/* /sys/kernel/debug/ie6xx_wdt */
ie6xx_wdt_data.debugfs = debugfs_create_file("ie6xx_wdt",
Expand All @@ -238,7 +238,7 @@ static void ie6xx_wdt_debugfs_exit(void)
}

#else
static void __devinit ie6xx_wdt_debugfs_init(void)
static void ie6xx_wdt_debugfs_init(void)
{
}

Expand All @@ -247,7 +247,7 @@ static void ie6xx_wdt_debugfs_exit(void)
}
#endif

static int __devinit ie6xx_wdt_probe(struct platform_device *pdev)
static int ie6xx_wdt_probe(struct platform_device *pdev)
{
struct resource *res;
u8 wdtlr;
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/watchdog/jz4740_wdt.c
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ static const struct watchdog_ops jz4740_wdt_ops = {
.set_timeout = jz4740_wdt_set_timeout,
};

static int __devinit jz4740_wdt_probe(struct platform_device *pdev)
static int jz4740_wdt_probe(struct platform_device *pdev)
{
struct jz4740_wdt_drvdata *drvdata;
struct watchdog_device *jz4740_wdt;
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/watchdog/ks8695_wdt.c
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ static struct miscdevice ks8695wdt_miscdev = {
.fops = &ks8695wdt_fops,
};

static int __devinit ks8695wdt_probe(struct platform_device *pdev)
static int ks8695wdt_probe(struct platform_device *pdev)
{
int res;

Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/watchdog/lantiq_wdt.c
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ static struct miscdevice ltq_wdt_miscdev = {
.fops = &ltq_wdt_fops,
};

static int __devinit
static int
ltq_wdt_probe(struct platform_device *pdev)
{
struct resource *res = platform_get_resource(pdev, IORESOURCE_MEM, 0);
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/watchdog/max63xx_wdt.c
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ static struct watchdog_device max63xx_wdt_dev = {
.ops = &max63xx_wdt_ops,
};

static int __devinit max63xx_wdt_probe(struct platform_device *pdev)
static int max63xx_wdt_probe(struct platform_device *pdev)
{
struct resource *wdt_mem;
struct max63xx_timeout *table;
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/watchdog/mpc8xxx_wdt.c
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ static struct miscdevice mpc8xxx_wdt_miscdev = {
};

static const struct of_device_id mpc8xxx_wdt_match[];
static int __devinit mpc8xxx_wdt_probe(struct platform_device *ofdev)
static int mpc8xxx_wdt_probe(struct platform_device *ofdev)
{
int ret;
const struct of_device_id *match;
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/watchdog/mpcore_wdt.c
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ static struct miscdevice mpcore_wdt_miscdev = {
.fops = &mpcore_wdt_fops,
};

static int __devinit mpcore_wdt_probe(struct platform_device *pdev)
static int mpcore_wdt_probe(struct platform_device *pdev)
{
struct mpcore_wdt *wdt;
struct resource *res;
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/watchdog/mtx-1_wdt.c
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ static struct miscdevice mtx1_wdt_misc = {
};


static int __devinit mtx1_wdt_probe(struct platform_device *pdev)
static int mtx1_wdt_probe(struct platform_device *pdev)
{
int ret;

Expand Down
Loading

0 comments on commit 2b63292

Please sign in to comment.