]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'sparc32-sparse'
authorDavid S. Miller <davem@davemloft.net>
Tue, 29 Apr 2014 05:12:34 +0000 (01:12 -0400)
committerDavid S. Miller <davem@davemloft.net>
Tue, 29 Apr 2014 05:12:34 +0000 (01:12 -0400)
commit594318e3bdc3e7bc2f3dc2763a6997b232aefe29
tree60a8018b846b55899be18adf0592adc10f7d4367
parent51e3d64d4071ab9d4682736babb889dd222c323f
parent05a11737512db24808ad8581c7ef0dd49ff7500c
Merge branch 'sparc32-sparse'

Sam Ravnborg says:

====================
sparse warning fixes in arch/sparc/

The following patch-set address a lot of sparse warnings
in the sparc32 specific parts of arch/sparc/.
A few sparc64 bits are touched too when code are shared.

Within arch/sparc/mm/ only two warnings remains.
These are related to the return value of of_ioremap() which is __iomem.

Within arch/sparc/kernel/ only three files now produces sparse warnings:
    sys_sparc_32.c
    time_32.c
    auxio_32.c

The fixes was not obvious so the warnings was left for now.

When looking at tadpole.c I was left with the impression that most
of the code was actually unused - but for now I added a "TODO".

This is made on top of 3.15-rc2.

This set replaces the two sets sent the last days.
V2:
- Do not add extern in front of prototypes.
- Tidy up a few changelongs

There are still sparse warnings left that are easy to address.
But this fixes the majority.
====================