summaryrefslogtreecommitdiff
path: root/curvetun.8
diff options
context:
space:
mode:
authorDaniel Borkmann <dborkman@redhat.com>2013-07-23 18:24:10 +0200
committerDaniel Borkmann <dborkman@redhat.com>2013-07-23 18:24:10 +0200
commit305ca18ac251f4e58cbff2fcc588c36c54cfeb63 (patch)
tree743adaf505bc8a33a3480bcdc202d85cd061fb2f /curvetun.8
parentab84e1e6491030806cd771939d445f3c9e9bacfe (diff)
build: move trafgen_stddef.h to stddef.h
Lets just move it instead of symlink as there is no concrete need for it. Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
Diffstat (limited to 'curvetun.8')
0 files changed, 0 insertions, 0 deletions
l configuration, we get a warning about the unused dma mask definition: arch/arm/plat-samsung/devs.c:71:12: error: 'samsung_device_dma_mask' defined but not used [-Werror=unused-variable] static u64 samsung_device_dma_mask = DMA_BIT_MASK(32); We could simply mark this as __maybe_unused to shut up that warning, but a nicer solution seems to be to have a separate mask for each device. The advantage is that a driver that happens to call dma_set_mask() on one device doesn't implicitly change the mask for the other devices as well. This is more of a theoretical problem, as obviously nothing does it for the devices in this file (or they would have always been broken), but it feels cleaner that way. The definition works by creating an array in place so we can take the address of it and let the compiler generate a hidden symbol for it at compile time. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Diffstat (limited to 'Documentation/.gitignore')