summaryrefslogtreecommitdiff
path: root/include/linux/rtc-v3020.h
diff options
context:
space:
mode:
authorPaul Gortmaker <paul.gortmaker@windriver.com>2014-02-10 17:31:40 -0500
committerPaul Gortmaker <paul.gortmaker@windriver.com>2014-02-10 17:31:40 -0500
commit5878e067ecac4bd2320e933ec485c01190a5b881 (patch)
treeefed517c7bef6ef0ba40d196a3f43240621c9a0d /include/linux/rtc-v3020.h
parentdbe686b56faa362865b54f2e1dfa3ecc88977dd8 (diff)
downloadkernel-linux-2.6.34.y.tar.gz
Linux 2.6.34.15linux-2.6.34.y
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Diffstat (limited to 'include/linux/rtc-v3020.h')
0 files changed, 0 insertions, 0 deletions
ils, please see: https://github.com/dtolnay/proc-macro2/blob/1.0.101/README.md#license https://github.com/dtolnay/proc-macro2/blob/1.0.101/LICENSE-APACHE https://github.com/dtolnay/proc-macro2/blob/1.0.101/LICENSE-MIT The next two patches modify these files as needed for use within the kernel. This patch split allows reviewers to double-check the import and to clearly see the differences introduced. The following script may be used to verify the contents: for path in $(cd rust/proc-macro2/ && find . -type f -name '*.rs'); do curl --silent --show-error --location \ https://github.com/dtolnay/proc-macro2/raw/1.0.101/src/$path \ | diff --unified rust/proc-macro2/$path - && echo $path: OK done Reviewed-by: Gary Guo <gary@garyguo.net> Tested-by: Gary Guo <gary@garyguo.net> Tested-by: Jesung Yang <y.j3ms.n@gmail.com> Link: https://patch.msgid.link/20251124151837.2184382-7-ojeda@kernel.org Signed-off-by: Miguel Ojeda <ojeda@kernel.org>