Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 337004
b: refs/heads/master
c: aa89ed9
h: refs/heads/master
v: v3
  • Loading branch information
Bill Pemberton authored and Greg Kroah-Hartman committed Nov 21, 2012
1 parent 26be04c commit 2ca87cf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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: 0bbed20e0518f6b9d46b7fe2bd044e3398a6dc40
refs/heads/master: aa89ed9e369b345ef3737c56e7c8934af2df4aa6
2 changes: 1 addition & 1 deletion trunk/drivers/char/mbcs.c
Original file line number Diff line number Diff line change
Expand Up @@ -799,7 +799,7 @@ static int mbcs_remove(struct cx_dev *dev)
return 0;
}

static const struct cx_device_id __devinitconst mbcs_id_table[] = {
static const struct cx_device_id mbcs_id_table[] = {
{
.part_num = MBCS_PART_NUM,
.mfg_num = MBCS_MFG_NUM,
Expand Down
4 changes: 2 additions & 2 deletions trunk/drivers/char/xilinx_hwicap/xilinx_hwicap.c
Original file line number Diff line number Diff line change
Expand Up @@ -785,7 +785,7 @@ static inline int hwicap_of_probe(struct platform_device *op,
}
#endif /* CONFIG_OF */

static const struct of_device_id __devinitconst hwicap_of_match[];
static const struct of_device_id hwicap_of_match[];
static int hwicap_drv_probe(struct platform_device *pdev)
{
const struct of_device_id *match;
Expand Down Expand Up @@ -829,7 +829,7 @@ static int __devexit hwicap_drv_remove(struct platform_device *pdev)

#ifdef CONFIG_OF
/* Match table for device tree binding */
static const struct of_device_id __devinitconst hwicap_of_match[] = {
static const struct of_device_id hwicap_of_match[] = {
{ .compatible = "xlnx,opb-hwicap-1.00.b", .data = &buffer_icap_config},
{ .compatible = "xlnx,xps-hwicap-1.00.a", .data = &fifo_icap_config},
{},
Expand Down

0 comments on commit 2ca87cf

Please sign in to comment.