diff options
author | Gustavo Padovan <gustavo.padovan@collabora.com> | 2018-06-20 12:22:22 -0400 |
---|---|---|
committer | Gustavo Padovan <gustavo.padovan@collabora.com> | 2018-06-20 12:22:22 -0400 |
commit | d98c71dadc2d0debdb80beb5a478baf1e6f98758 (patch) | |
tree | bf873c28d3acced1814f8b2dba4ae69d2ed77333 /scripts/mod/sumversion.c | |
parent | d67b6a2065076d763c7df626b8c54f16038ad862 (diff) | |
parent | daf0678c2036c918f01e4aa6035629d2debc2f30 (diff) |
Merge drm-upstream/drm-next into drm-misc-next
We got a few conflicts in drm_atomic.c after merging the DRM writeback support,
now we need a backmerge to unlock develop development on drm-misc-next.
Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.com>
Diffstat (limited to 'scripts/mod/sumversion.c')
-rw-r--r-- | scripts/mod/sumversion.c | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/scripts/mod/sumversion.c b/scripts/mod/sumversion.c index 944418da9fe3..0f6dcb4011a8 100644 --- a/scripts/mod/sumversion.c +++ b/scripts/mod/sumversion.c | |||
@@ -330,14 +330,7 @@ static int parse_source_files(const char *objfile, struct md4_ctx *md) | |||
330 | goto out; | 330 | goto out; |
331 | } | 331 | } |
332 | 332 | ||
333 | /* There will be a line like so: | 333 | /* Sum all files in the same dir or subdirs. */ |
334 | deps_drivers/net/dummy.o := \ | ||
335 | drivers/net/dummy.c \ | ||
336 | $(wildcard include/config/net/fastroute.h) \ | ||
337 | include/linux/module.h \ | ||
338 | |||
339 | Sum all files in the same dir or subdirs. | ||
340 | */ | ||
341 | while ((line = get_next_line(&pos, file, flen)) != NULL) { | 334 | while ((line = get_next_line(&pos, file, flen)) != NULL) { |
342 | char* p = line; | 335 | char* p = line; |
343 | 336 | ||