• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Revisionad233aca21509d337c78d32a50d2116cd6943031 (tree)
Time2016-01-30 08:19:42
AuthorLinus Torvalds <torvalds@linu...>
CommiterLinus Torvalds

Log Message

Merge branch 'stable/for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlb

Pull swiotlb patchlet from Konrad Rzeszutek Wilk:

"One trivial patch.
Another patch (from Fengguang) is already in your tree courtesy of
Andrew Morton - but I would prefer not to rebase my tree. Hence the
diff is very small"

* 'stable/for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlb:

swiotlb: Make linux/swiotlb.h standalone includible
MAINTAINERS: add git URL for swiotlb

Change Summary

Incremental Difference

--- a/include/linux/swiotlb.h
+++ b/include/linux/swiotlb.h
@@ -1,10 +1,13 @@
11 #ifndef __LINUX_SWIOTLB_H
22 #define __LINUX_SWIOTLB_H
33
4+#include <linux/dma-direction.h>
5+#include <linux/init.h>
46 #include <linux/types.h>
57
68 struct device;
79 struct dma_attrs;
10+struct page;
811 struct scatterlist;
912
1013 extern int swiotlb_force;