diff options
author | 2020-08-26 18:14:55 +0300 | |
---|---|---|
committer | 2020-08-26 20:15:34 +0100 | |
commit | 3a2fd4011a1ecec361498301a27d79d5fef255de (patch) | |
tree | 1b419fb88f331d790ffdab4e4a4f5100ff03e14b | |
parent | spi: pxa2xx: Switch to use BIT() and GENMASK() in pxa2xx_ssp.h (diff) | |
download | linux-rng-3a2fd4011a1ecec361498301a27d79d5fef255de.tar.xz linux-rng-3a2fd4011a1ecec361498301a27d79d5fef255de.zip |
spi: pxa2xx: Drop useless comment in the pxa2xx_ssp.h
No need to have file name inside file.
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://lore.kernel.org/r/20200826151455.55970-3-andriy.shevchenko@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
-rw-r--r-- | include/linux/pxa2xx_ssp.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/pxa2xx_ssp.h b/include/linux/pxa2xx_ssp.h index 3f0f275bd630..7f73b26ed22e 100644 --- a/include/linux/pxa2xx_ssp.h +++ b/include/linux/pxa2xx_ssp.h @@ -1,7 +1,5 @@ /* SPDX-License-Identifier: GPL-2.0-only */ /* - * pxa2xx_ssp.h - * * Copyright (C) 2003 Russell King, All Rights Reserved. * * This driver supports the following PXA CPU/SSP ports:- |