diff options
| author | Grant Likely <[email protected]> | 2011-06-06 07:16:30 +0000 |
|---|---|---|
| committer | Grant Likely <[email protected]> | 2011-06-06 07:16:30 +0000 |
| commit | ca632f556697d45d67ed5cada7cedf3ddfe0db4b (patch) | |
| tree | f393534b929abb32813ea5c495f1ac6d93a10d1d /drivers/spi/spi.c | |
| parent | spi/bitbang: initialize bits_per_word as specified by spi message (diff) | |
| download | kernel-ca632f556697d45d67ed5cada7cedf3ddfe0db4b.tar.gz kernel-ca632f556697d45d67ed5cada7cedf3ddfe0db4b.zip | |
spi: reorganize drivers
Sort the SPI makefile and enforce the naming convention spi_*.c for
spi drivers.
This change also rolls the contents of atmel_spi.h into the .c file
since there is only one user of that particular include file.
v2: - Use 'spi-' prefix instead of 'spi_' to match what seems to be
be the predominant pattern for subsystem prefixes.
- Clean up filenames in Kconfig and header comment blocks
Signed-off-by: Grant Likely <[email protected]>
Acked-by: Wolfram Sang <[email protected]>
Acked-by: Linus Walleij <[email protected]>
Diffstat (limited to 'drivers/spi/spi.c')
| -rw-r--r-- | drivers/spi/spi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/spi/spi.c b/drivers/spi/spi.c index 2e13a14bba3f..4d1b9f517ce8 100644 --- a/drivers/spi/spi.c +++ b/drivers/spi/spi.c @@ -1,5 +1,5 @@ /* - * spi.c - SPI init/core code + * SPI init/core code * * Copyright (C) 2005 David Brownell * |
